diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-25 18:01:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 18:01:38 +0100 |
commit | 46eb225ba5c153602313f90dba1a819be8333a03 (patch) | |
tree | c11b19b5915160a3be71da8e2ec1b40daff59e9f /CHANGELOG.md | |
parent | aa67e5107dfaa4f1a98e377a6d12a4a58adff77c (diff) | |
download | candle-46eb225ba5c153602313f90dba1a819be8333a03.tar.gz candle-46eb225ba5c153602313f90dba1a819be8333a03.tar.bz2 candle-46eb225ba5c153602313f90dba1a819be8333a03.zip |
Add some missing entries to the changelog. (#606)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f997cb0..f533710b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ This documents the main changes to the `candle` crate. ## Unreleased ### Added +- Add pose estimation to the yolo example + [589](https://github.com/huggingface/candle/pull/589). +- Api to write GGUF files + [585](https://github.com/huggingface/candle/pull/585). +- Support more quantization types + [580](https://github.com/huggingface/candle/pull/580). +- Add EfficientNet as an example Computer Vision model + [572](https://github.com/huggingface/candle/pull/572). - Add a group parameter to convolutions [566](https://github.com/huggingface/candle/pull/566). - New dtype: int64 |