Skip to content

Commit 29ab3a6

Browse files
committed
Updated change log.
1 parent 2eb3108 commit 29ab3a6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,17 @@ Features:
201201

202202
Improvements:
203203
- Improved logging for the CUDA detection mechanism.
204+
205+
### 0.38.0
206+
207+
#### 8-bit Lion, Load/Store 8-bit layers
208+
209+
Features:
210+
- Support for 32 and 8-bit Lion has been added. Thank you @lucidrains
211+
- Support for serialization of Linear8bitLt layers (LLM.int8()). This allows to store and load 8-bit weights directly from the HuggingFace Hub. Thank you @myrab
212+
213+
Bug fixes:
214+
- Fixed a bug where some bitsandbytes methods failed in a model-parallel setup on multiple GPUs. Thank you @tonylins
215+
216+
Deprecated:
217+
- Devices with compute capability 3.0 (GTX 700s, K10) and 3.2 (Tegra K1, Jetson TK1) are now deprecated and support will be removed in 0.39.0.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818

1919
setup(
2020
name=f"bitsandbytes",
21-
version=f"0.37.2",
21+
version=f"0.38.0",
2222
author="Tim Dettmers",
2323
author_email="[email protected]",
2424
description="8-bit optimizers and matrix multiplication routines.",

0 commit comments

Comments
 (0)