# 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