diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-09 19:31:43 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-09 19:31:43 -0700 |
commit | b844e104b79ddc06161ff975aa93ffa9a7ec4801 (patch) | |
tree | 1a74bf0112c0cf91694b40f55b30f9177c22a28f /CHANGELOG.md | |
parent | 62b6a9399de913cd83a45bb52b6bb3444e59a23b (diff) |
Updated docs (#32) and changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a26a0e7..84333e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,3 +117,16 @@ Features: Bug fixes: - fixed an issue where too many threads were created in blockwise quantization on the CPU for large tensors + + +### 0.35.0 + +#### CUDA 11.8 support and bug fixes + +Features: + - CUDA 11.8 support added and binaries added to the PyPI release. + +Bug fixes: + - fixed a bug where too long directory names would crash the CUDA SETUP #35 (thank you @tomaarsen) + - fixed a bug where CPU installations on Colab would run into an error #34 (thank you @tomaarsen) + - fixed an issue where the default CUDA version with fast-DreamBooth was not supported #52 |