Version 0.41.1.

master
Tim Dettmers 2023-08-03 20:01:10 +07:00
parent 3c9aca9124
commit 18e827d666
2 changed files with 6 additions and 1 deletions

@ -310,3 +310,8 @@ User experience:
Performance:
- improved 4-bit inference performance for A100 GPUs. This degraded performance for A40/RTX3090 and RTX 4090 GPUs slightly.
### 0.41.0
Bug fixes:
- Fixed bugs in dynamic exponent data type creation. Thank you @RossM, @KohakuBlueleaf, @ArrowM #659 #227 #262 #152

@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
version=f"0.41.0",
version=f"0.41.1",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="k-bit optimizers and matrix multiplication routines.",