Spaces:
Running on Zero
Running on Zero
Bump bitsandbytes>=0.46.0 (0.44.1 imports removed triton.ops module)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
torch>=2.7
|
| 3 |
accelerate==0.34.2
|
| 4 |
-
bitsandbytes=
|
| 5 |
scipy==1.14.1
|
| 6 |
sentencepiece==0.2.0
|
| 7 |
transformers==4.56.2
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 2 |
torch>=2.7
|
| 3 |
accelerate==0.34.2
|
| 4 |
+
bitsandbytes>=0.46.0
|
| 5 |
scipy==1.14.1
|
| 6 |
sentencepiece==0.2.0
|
| 7 |
transformers==4.56.2
|