diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-30 09:27:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 09:27:56 +0100 |
commit | 5ac0a98f01adc87f3f6aeb95ce670f2ba1a5c75c (patch) | |
tree | 332abe285c0acb953d9d12f2365abda0f7404d98 /CHANGELOG.md | |
parent | 393690387f2bab58c6638cfad37fcdc6c62d4cfc (diff) | |
download | candle-5ac0a98f01adc87f3f6aeb95ce670f2ba1a5c75c.tar.gz candle-5ac0a98f01adc87f3f6aeb95ce670f2ba1a5c75c.tar.bz2 candle-5ac0a98f01adc87f3f6aeb95ce670f2ba1a5c75c.zip |
Changelog update. (#672)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1e8ca9..d6394549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ This documents the main changes to the `candle` crate. ## Unreleased + +### Added + +### Modified +- Dilations are now supported in conv-transpose2d. + [671](https://github.com/huggingface/candle/pull/671). + +## v0.2.0 - 2023-08-30 + ### Added +- Add the powf op + [664](https://github.com/huggingface/candle/pull/664). - Stable Diffusion XL support [647](https://github.com/huggingface/candle/pull/647). - Add the conv-transpose2d op |