diff options
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 |