blob: 7f997cb0f176c3b8272746c60328758f45d9ad46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|