Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ huggingface-hub
|
|
4 |
transformers
|
5 |
torch
|
6 |
accelerate
|
7 |
-
bitsandbytes
|
8 |
peft
|
9 |
trl
|
10 |
-
scipy
|
|
|
4 |
transformers
|
5 |
torch
|
6 |
accelerate
|
7 |
+
bitsandbytes>=0.41.3 # Update to a compatible version for 4-bit models
|
8 |
peft
|
9 |
trl
|
10 |
+
scipy # Make sure this is installed for the bitsandbytes functionality
|