semmyk commited on
Commit
a71344a
·
1 Parent(s): 04ec8b6

baseline08_beta0.3.3_03Oct25: quick fix: torch - update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- space--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
 
 
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