JacobLinCool commited on
Commit
0755c2a
·
verified ·
1 Parent(s): 045c87e

Use the verified CPU-only PyTorch runtime

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- torch>=2.2
 
2
  numpy<2.1
3
  scipy
4
  librosa>=0.10
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.13.0+cpu
3
  numpy<2.1
4
  scipy
5
  librosa>=0.10