summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-09-12 06:39:24 +0100
committerGitHub <noreply@github.com>2023-09-12 06:39:24 +0100
commit2257f4d475c676e33dbd8dbafabf95e821d27f62 (patch)
tree150a547724b8b09ea000748f639abfc8ff879961 /CHANGELOG.md
parent871efc0307e39441236327643abb397b3ab200d0 (diff)
downloadcandle-2257f4d475c676e33dbd8dbafabf95e821d27f62.tar.gz
candle-2257f4d475c676e33dbd8dbafabf95e821d27f62.tar.bz2
candle-2257f4d475c676e33dbd8dbafabf95e821d27f62.zip
Bump the crate version + update the changelog. (#822)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md31
1 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a52429cf..a0275c57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,42 @@
# Changelog
This documents the main changes to the `candle` crate.
-## v0.2.1 - Unreleased
+## v0.2.2 - Unreleased
### Added
### Modified
+
+## v0.2.1 - 2023-09-11
+
+### Added
+- Add some RNNs (GRU and LSTM) in `candle-nn`
+ [674](https://github.com/huggingface/candle/pull/674),
+ [688](https://github.com/huggingface/candle/pull/688).
+- gguf v2 support
+ [725](https://github.com/huggingface/candle/pull/725).
+- Quantized llama example in Python using the pyo3 api
+ [716](https://github.com/huggingface/candle/pull/716).
+- `candle-nn` layer for conv2d-transposed
+ [760](https://github.com/huggingface/candle/pull/760).
+- Add the Segment-Anything Model (SAM) as an example
+ [773](https://github.com/huggingface/candle/pull/773).
+- TinyViT backbone for the segemnt anything example
+ [787](https://github.com/huggingface/candle/pull/787).
+- Shape with holes support
+ [770](https://github.com/huggingface/candle/pull/770).
+
+### Modified
- Dilations are now supported in conv-transpose2d.
[671](https://github.com/huggingface/candle/pull/671).
+- Interactive mode for the quantized model
+ [690](https://github.com/huggingface/candle/pull/690).
+- Faster softmax operation
+ [747](https://github.com/huggingface/candle/pull/747).
+- Faster convolution operations on CPU and CUDA via im2col
+ [802](https://github.com/huggingface/candle/pull/802).
+- Moving some models to a more central location
+ [796](https://github.com/huggingface/candle/pull/796).
## v0.2.0 - 2023-08-30