Another transmute tweak. (#610)

* Another transmute tweak.

* Changelog tweak.
This commit is contained in:
Laurent Mazare
2023-08-26 13:00:24 +01:00
committed by GitHub
parent 06b37ea7ad
commit fdf15f0e05
2 changed files with 21 additions and 20 deletions

View File

@ -3,6 +3,8 @@ This documents the main changes to the `candle` crate.
## Unreleased
### Added
- Support more quantized types, e.g. Q2K, Q4K, Q5K...
[586](https://github.com/huggingface/candle/pull/586).
- Add pose estimation to the yolo example
[589](https://github.com/huggingface/candle/pull/589).
- Api to write GGUF files