Spaces:
Build error
Build error
Update requirements.txt
Browse filesAdded back Onnx runtime for another attempt at ONNX optimization.
- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
transformers==4.54.0
|
2 |
-
torch==2.7.0
|
3 |
accelerate==1.8.1
|
4 |
-
hqq==0.2.7.post1
|
5 |
# bitsandbytes==0.46.1
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
1 |
transformers==4.54.0
|
2 |
+
# torch==2.7.0
|
3 |
accelerate==1.8.1
|
4 |
+
# hqq==0.2.7.post1
|
5 |
# bitsandbytes==0.46.1
|
6 |
+
optimum==1.27.0
|
7 |
+
onnx==1.18.0
|
8 |
+
onnxruntime==1.22.1
|