diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-10-01 13:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 13:51:57 +0100 |
commit | 096dee7073e960f4b845a430b889a9fb2f2f0c78 (patch) | |
tree | 919e205987c6dc118040b5bc9fa666bd13788e59 /CHANGELOG.md | |
parent | f6054e9d60ef15add8a9a20b0aae8db630383d8f (diff) | |
download | candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.tar.gz candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.tar.bz2 candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.zip |
Bump the version to 0.3.0. (#1014)
* Bump the version to 0.3.0.
* Changelog update.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index df9574d5..589accf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,38 @@ # Changelog This documents the main changes to the `candle` crate. -## v0.2.3 - Unreleased +## v0.3.1 - Unreleased ### Added ### Modified +## v0.3.0 - 2023-10-01 + +### Added + +- Added the Mistral 7b v0.1 model + [983](https://github.com/huggingface/candle/pull/983). +- Quantized version of the Mistral model + [1009](https://github.com/huggingface/candle/pull/1009). +- Add the gelu-erf op and activation function + [969](https://github.com/huggingface/candle/pull/969). +- Add the mixformer/phi-v1.5 model + [930](https://github.com/huggingface/candle/pull/930). +- Add the sclice-scatter op + [927](https://github.com/huggingface/candle/pull/927). +- Add the Wuerstchen diffusion model + [911](https://github.com/huggingface/candle/pull/911). + +### Modified + +- Support for simd128 intrinsics in some quantized vecdots + [982](https://github.com/huggingface/candle/pull/982). +- Optimize the index-select cuda kernel + [976](https://github.com/huggingface/candle/pull/976). +- Self-contained safetensor wrappers + [946](https://github.com/huggingface/candle/pull/946). + ## v0.2.2 - 2023-09-18 ### Added |