Spaces:
Build error
Build error
Update requirements.txt
Browse filesAdd torchao 0.12.0 to requirements
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
transformers==4.54.0
|
2 |
torch==2.7.0
|
3 |
accelerate==1.8.1
|
4 |
-
unsloth==2025.8.1
|
5 |
# hqq==0.2.7.post1
|
6 |
# bitsandbytes==0.46.1
|
7 |
# optimum==1.27.0
|
8 |
# onnx==1.18.0
|
9 |
# onnxruntime==1.22.1
|
|
|
|
1 |
transformers==4.54.0
|
2 |
torch==2.7.0
|
3 |
accelerate==1.8.1
|
4 |
+
# unsloth==2025.8.1
|
5 |
# hqq==0.2.7.post1
|
6 |
# bitsandbytes==0.46.1
|
7 |
# optimum==1.27.0
|
8 |
# onnx==1.18.0
|
9 |
# onnxruntime==1.22.1
|
10 |
+
torchao==0.12.0
|