diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-12-17 05:20:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 05:20:05 -0600 |
commit | 1e86717bf274c6a0380f56f195727812e49f80a2 (patch) | |
tree | 10ced030940fa76dac22e86af8204b886ea352d3 /CHANGELOG.md | |
parent | c630622a071756860499ea7914d3a032a47be1b0 (diff) | |
download | candle-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.md | 2 |
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). |