Skip to content

Commit 31c84f9

Browse files
committed
Added latest changes; bumped pip version.
1 parent c8f564d commit 31c84f9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,3 +320,10 @@ Bug fixes:
320320

321321
Feature:
322322
- 4-bit serialization now supported. This enables 4-bit load/store. Thank you @poedator #753
323+
324+
### 0.41.3
325+
326+
Bug fixes:
327+
- Fixed an issue where 4-bit serialization would fail for layers without double quantization #868. Thank you, @poedator
328+
- Fixed an issue where calling .to() or .cuda() on a 4-bit layer twice would result in an error #867. Thank you, @jph00
329+

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.41.2",
21+
version=f"0.41.3",
2222
author="Tim Dettmers",
2323
author_email="[email protected]",
2424
description="k-bit optimizers and matrix multiplication routines.",

0 commit comments

Comments
 (0)