summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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