summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhardlydearly <167623323+hardlydearly@users.noreply.github.com>2024-04-28 14:34:32 +0800
committerGitHub <noreply@github.com>2024-04-28 08:34:32 +0200
commitc68ed8963fb6fc842f20d84baa07ff97b56aedb4 (patch)
treec8cd99fde31a1b6da9db95bfe4f2af24821a3919 /README.md
parente5c8b88f90763073fc927ee232bda30fcbc05595 (diff)
downloadcandle-c68ed8963fb6fc842f20d84baa07ff97b56aedb4.tar.gz
candle-c68ed8963fb6fc842f20d84baa07ff97b56aedb4.tar.bz2
candle-c68ed8963fb6fc842f20d84baa07ff97b56aedb4.zip
chore: fix some typos in comments (#2121)
Signed-off-by: hardlydearly <799511800@qq.com>
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 d730313a..5644d818 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ We also provide a some command line based examples using state of the art models
<img src="https://github.com/huggingface/candle/raw/main/candle-examples/examples/segment-anything/assets/sam_merged.jpg" width="200">
-- [SegFormer](./candle-examples/examples/segformer/): transformer based semantic segmantation model.
+- [SegFormer](./candle-examples/examples/segformer/): transformer based semantic segmentation model.
- [Whisper](./candle-examples/examples/whisper/): speech recognition model.
- [EnCodec](./candle-examples/examples/encodec/): high-quality audio compression
model using residual vector quantization.