File tree 4 files changed +25
-2
lines changed
4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.43.2
2
+
3
+ #### Improvements:
4
+
5
+ - docs: FSDP+QLoRA and CPU install guide (#1211 #1227 , thanks @stevhliu )
6
+ - Add CUDA 12.5 and update 12.4 builds (#1284 )
7
+
8
+ #### Bug Fixes
9
+
10
+ - 4bit getstate and 8bit deepcopy (#1230 #1231 , thanks @BenjaminBossan )
11
+ - missing optimizers in ` str2optimizer32bit ` (#1222 , thanks @EtienneDosSantos )
12
+ - CUDA 12.5 build issue (#1273 , thanks @HennerM )
13
+ - fix for min_8bit_size functionality in Optimizer base classes (#1286 , thanks @Edenzzzz )
14
+ - QLoRA mem bug (#1270 , thanks @Ther-nullptr )
15
+ - tests for cpu only platforms (#1259 , thanks @galqiwi )
16
+ - restoration of quant_storage for CPU offloading (#1279 )
17
+ - optim update error with non-contiguous grads/params (deepspeed) (#1187 )
18
+
1
19
### 0.43.1
2
20
3
21
#### Improvements:
Original file line number Diff line number Diff line change 1
1
[files ]
2
2
3
+ [default ]
4
+ extend-ignore-re = [
5
+ " @Ther-nul" , # valid Github user
6
+ ]
7
+
3
8
[default .extend-identifiers ]
4
9
5
10
[type .py .extend-words ]
Original file line number Diff line number Diff line change 21
21
"optim.optimizer.MockArgs" : False ,
22
22
}
23
23
24
- __version__ = "0.43.2.dev "
24
+ __version__ = "0.43.2"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def has_ext_modules(self):
25
25
26
26
setup (
27
27
name = "bitsandbytes" ,
28
- version = "0.43.2.dev " ,
28
+ version = "0.43.2" ,
29
29
author = "Tim Dettmers" ,
30
30
31
31
description = "k-bit optimizers and matrix multiplication routines." ,
You can’t perform that action at this time.
0 commit comments