Spaces:
Running
on
Zero
Running
on
Zero
baseline08_beta0.3.3_03Oct25: quick fix: torch - update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -5,9 +5,9 @@ gradio>=5.44.0 # gradio[mcp]>=5.44.0
|
|
| 5 |
#pydantic>=2.11.7 # dependants: Marker-pdf and Gradio[mcp]
|
| 6 |
|
| 7 |
## HF Spaces recommendation: https://huggingface.co/docs/hub/spaces-gpus#frameworks
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
torch>=2.7.1 # ZeroGPU support
|
| 11 |
spaces>=0.42.1 # HF Spaces (default on HF Spaces
|
| 12 |
#huggingface_hub>=0.34.0 # HuggingFace integration
|
| 13 |
|
|
|
|
| 5 |
#pydantic>=2.11.7 # dependants: Marker-pdf and Gradio[mcp]
|
| 6 |
|
| 7 |
## HF Spaces recommendation: https://huggingface.co/docs/hub/spaces-gpus#frameworks
|
| 8 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 9 |
+
torch
|
| 10 |
+
#torch>=2.7.1 # ZeroGPU support
|
| 11 |
spaces>=0.42.1 # HF Spaces (default on HF Spaces
|
| 12 |
#huggingface_hub>=0.34.0 # HuggingFace integration
|
| 13 |
|