Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio==5.47.2
|
| 2 |
huggingface_hub>=0.34.0,<1.0.0
|
| 3 |
transformers>=4.56.0,<5.0.0
|
| 4 |
-
|
|
|
|
|
|
| 1 |
gradio==5.47.2
|
| 2 |
huggingface_hub>=0.34.0,<1.0.0
|
| 3 |
transformers>=4.56.0,<5.0.0
|
| 4 |
+
# Try CPU-only Torch first, fallback to default torch if wheel not found
|
| 5 |
+
torch==2.2.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|