Skip to content

Commit fab00e2

Browse files
committed
Version 0.41.2 + changelog.
1 parent ad6eef9 commit fab00e2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,12 @@ User experience:
311311
Performance:
312312
- improved 4-bit inference performance for A100 GPUs. This degraded performance for A40/RTX3090 and RTX 4090 GPUs slightly.
313313

314-
### 0.41.0
314+
### 0.41.1
315315

316316
Bug fixes:
317317
- Fixed bugs in dynamic exponent data type creation. Thank you @RossM, @KohakuBlueleaf, @ArrowM #659 #227 #262 #152
318+
319+
### 0.41.2
320+
321+
Feature:
322+
- 4-bit serialization now supported. This enables 4-bit load/store. Thank you @poedator #753

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

0 commit comments

Comments
 (0)