marme commited on
Commit
5e5613c
·
1 Parent(s): 185ed9e

make torch requirement cpu only_final_last_final

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  transformers
2
  numpy
3
- torch==2.9.0+cpu --index-url https://download.pytorch.org/whl/cpu
4
 
 
1
  transformers
2
  numpy
3
+ torch --index-url https://download.pytorch.org/whl/cpu
4