From aba1e90797e430f28eec13b14b76dd5355876f9c Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Wed, 23 Aug 2023 12:58:55 +0100 Subject: Add some group parameter to convolutions. (#566) * Add some group parameter to convolutions. * Avoid some unnecessary groups checks. * Move the tensor convolution bits. * Properh handling of groups. * Bump the crate version. * And add a changelog. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3