Version 0.41.1.
This commit is contained in:
parent
3c9aca9124
commit
18e827d666
|
@ -310,3 +310,8 @@ User experience:
|
||||||
|
|
||||||
Performance:
|
Performance:
|
||||||
- improved 4-bit inference performance for A100 GPUs. This degraded performance for A40/RTX3090 and RTX 4090 GPUs slightly.
|
- 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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ def read(fname):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=f"bitsandbytes",
|
name=f"bitsandbytes",
|
||||||
version=f"0.41.0",
|
version=f"0.41.1",
|
||||||
author="Tim Dettmers",
|
author="Tim Dettmers",
|
||||||
author_email="dettmers@cs.washington.edu",
|
author_email="dettmers@cs.washington.edu",
|
||||||
description="k-bit optimizers and matrix multiplication routines.",
|
description="k-bit optimizers and matrix multiplication routines.",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user