Files
candle/CHANGELOG.md
Laurent Mazare aba1e90797 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.
2023-08-23 12:58:55 +01:00

382 B

Changelog

This documents the main changes to the candle crate.

Unreleased

Added

  • Add a group parameter to convolutions 566.
  • New dtype: int64 563.
  • Handling of the GGUF file format. 559.

v0.1.2 - 2023-08-21