Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
|
|
| 1 |
gradio==6.5.1
|
| 2 |
-
torch==2.10.0
|
| 3 |
transformers>=4.50.0
|
| 4 |
accelerate>=1.2.0
|
| 5 |
sentencepiece==0.1.99
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
gradio==6.5.1
|
| 3 |
+
torch==2.10.0+cpu
|
| 4 |
transformers>=4.50.0
|
| 5 |
accelerate>=1.2.0
|
| 6 |
sentencepiece==0.1.99
|