summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 19:48:31 +0200
committerGitHub <noreply@github.com>2023-08-09 19:48:31 +0200
commit0dd94eff4c496b0cdd0bc4d7918be6f45bab39f4 (patch)
treebe0f6bf550599215746cdd7a8b901249ed5bd341 /README.md
parenta3b1699409def0bf1ea690c12f81774ce17384d2 (diff)
parenta4f6977087801ba4a8bd20e8165ebcbd65cbccc1 (diff)
downloadcandle-0dd94eff4c496b0cdd0bc4d7918be6f45bab39f4.tar.gz
candle-0dd94eff4c496b0cdd0bc4d7918be6f45bab39f4.tar.bz2
candle-0dd94eff4c496b0cdd0bc4d7918be6f45bab39f4.zip
Merge pull request #367 from eltociear/eltociear-patch-1
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 270069fe..7f4bd486 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ Rust is cool, and a lot of the HF ecosystem already has Rust crates [safetensors
- [dfdx](https://github.com/coreylowman/dfdx) is a formidable crate, with shapes being included
in types preventing a lot of headaches by getting compiler to complain about shape mismatch right off the bat
- However we found that some features still require nightly and writing code can be a bit dauting for non rust experts.
+ However we found that some features still require nightly and writing code can be a bit daunting for non rust experts.
We're leveraging and contributing to other core crates for the runtime so hopefully both crates can benefit from each
other