diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7f997cb0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +This documents the main changes to the `candle` crate. + +## Unreleased +### Added +- Add a group parameter to convolutions + [566](https://github.com/huggingface/candle/pull/566). +- New dtype: int64 + [563](https://github.com/huggingface/candle/pull/563). +- Handling of the GGUF file format. + [559](https://github.com/huggingface/candle/pull/559). + +## v0.1.2 - 2023-08-21 |