Spaces:
Build error
Build error
Update requirements.txt
Browse filesAdd bitsandbytes 0.46.1 to requirements.
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
transformers==4.54.0
|
2 |
torch==2.7.0
|
3 |
accelerate==1.8.1
|
|
|
4 |
optimum==1.27.0
|
5 |
onnx==1.18.0
|
6 |
onnxruntime==1.22.1
|
|
|
1 |
transformers==4.54.0
|
2 |
torch==2.7.0
|
3 |
accelerate==1.8.1
|
4 |
+
bitsandbytes==0.46.1
|
5 |
optimum==1.27.0
|
6 |
onnx==1.18.0
|
7 |
onnxruntime==1.22.1
|