hotmemeh commited on
Commit
d63c555
·
verified ·
1 Parent(s): 88f89f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- torch==2.2.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
 
 
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