File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -320,3 +320,10 @@ Bug fixes:
320320
321321Feature:
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+
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def read(fname):
1818
1919setup (
2020 name = f"bitsandbytes" ,
21- version = f"0.41.2 " ,
21+ version = f"0.41.3 " ,
2222 author = "Tim Dettmers" ,
23232424 description = "k-bit optimizers and matrix multiplication routines." ,
You can’t perform that action at this time.
0 commit comments