Skip to content

Commit 93b27c1

Browse files
pyproject.toml: bump BNB dependency
0.43 introduced Windows support and the patch release 0.43.3 fixed a very significant issue with QLoRA that leads to immense memory reductions for larger context and batch sizes.
1 parent e440a9d commit 93b27c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ipdb = "^0.13.13"
4141
evaluate = "^0.4.1"
4242
wandb = "^0.16.3"
4343
einops = "^0.7.0"
44-
bitsandbytes = "^0.42.0"
44+
bitsandbytes = ">=0.43.2"
4545
nltk = "^3.8.1"
4646
accelerate = "^0.27.0"
4747
trl = "~0.8.6"

0 commit comments

Comments
 (0)