summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-12-17 05:20:05 -0600
committerGitHub <noreply@github.com>2023-12-17 05:20:05 -0600
commit1e86717bf274c6a0380f56f195727812e49f80a2 (patch)
tree10ced030940fa76dac22e86af8204b886ea352d3 /CHANGELOG.md
parentc630622a071756860499ea7914d3a032a47be1b0 (diff)
downloadcandle-1e86717bf274c6a0380f56f195727812e49f80a2.tar.gz
candle-1e86717bf274c6a0380f56f195727812e49f80a2.tar.bz2
candle-1e86717bf274c6a0380f56f195727812e49f80a2.zip
Fix a couple typos (#1451)
* Mixtral quantized instruct. * Fix a couple typos.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 589accf9..86366c21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,7 +63,7 @@ This documents the main changes to the `candle` crate.
[760](https://github.com/huggingface/candle/pull/760).
- Add the Segment-Anything Model (SAM) as an example
[773](https://github.com/huggingface/candle/pull/773).
-- TinyViT backbone for the segemnt anything example
+- TinyViT backbone for the segment anything example
[787](https://github.com/huggingface/candle/pull/787).
- Shape with holes support
[770](https://github.com/huggingface/candle/pull/770).