diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-09-19 21:13:40 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-09-19 21:13:40 -0700 |
commit | 7740c6e9c959f164b6836768295f661c76a39c06 (patch) | |
tree | 6ca5a01d16b62cc9a3b090881b582ad8460f93c2 /CHANGELOG.md | |
parent | 439f2b0c10abd3e9aade386d92810b074c69e9ec (diff) |
Fixed url in setup.py (#38), updated changelog.
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 40467dc..a26a0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,3 +106,14 @@ Bug fixes: - fixed an import of bnb.utils 2e630b55f51d454f3bd723dffda68a07ef93190c We thank @mryab, @mbrukman, @chessgecko, @dbaranchuk for pull request with bug fixes and new features. + + +### 0.34.0 + +#### Bug fixes and memory efficient backprop + +Features: + - Linear8bitLt layer now supports `memory_efficient_backward=True` which enables backprop of gradients through frozen weights. + +Bug fixes: + - fixed an issue where too many threads were created in blockwise quantization on the CPU for large tensors |