Qifan Zhang commited on
Commit
9300abd
1 Parent(s): e691ea0

fix: torch cpu

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
  numpy
2
  pandas
3
- torch
 
 
4
 
5
  transformers
6
  sentence-transformers
 
1
  numpy
2
  pandas
3
+
4
+ -i https://download.pytorch.org/whl/cpu
5
+ torch==2.1.1
6
 
7
  transformers
8
  sentence-transformers