diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-09-18 12:14:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 12:14:03 +0100 |
commit | 7dd8e1247208e9a060d174830569c748599e0fe0 (patch) | |
tree | 6db98bbac7e51117df208061b41bfabd267acbeb /CHANGELOG.md | |
parent | 12696b7b2df829fee05231d40a4f00e480ad5376 (diff) | |
download | candle-7dd8e1247208e9a060d174830569c748599e0fe0.tar.gz candle-7dd8e1247208e9a060d174830569c748599e0fe0.tar.bz2 candle-7dd8e1247208e9a060d174830569c748599e0fe0.zip |
Bump the crate versions to v0.2.3. (#886)
* Bump the crate version.
* Also update the python bindings.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06041294..df9574d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,27 @@ # Changelog This documents the main changes to the `candle` crate. -## v0.2.2 - Unreleased +## v0.2.3 - Unreleased + +### Added + +### Modified + +## v0.2.2 - 2023-09-18 ### Added - Support for `top_p` sampling [819](https://github.com/huggingface/candle/pull/819). +- T5 model including decoding + [864](https://github.com/huggingface/candle/pull/864). +- 1-d upsampling + [839](https://github.com/huggingface/candle/pull/839). ### Modified +- Bugfix for conv2d + [820](https://github.com/huggingface/candle/pull/820). +- Support tensor based indexing using `.i` + [842](https://github.com/huggingface/candle/pull/842). ## v0.2.1 - 2023-09-11 |