Qifan Zhang
commited on
Commit
·
c323814
1
Parent(s):
9300abd
fix: torch cpu
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
numpy
|
2 |
pandas
|
3 |
|
4 |
-
-i https://download.pytorch.org/whl/cpu
|
5 |
-
torch==2.1.1
|
6 |
-
|
7 |
transformers
|
8 |
sentence-transformers
|
9 |
|
@@ -12,3 +9,8 @@ tabulate
|
|
12 |
gradio
|
13 |
loguru
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy
|
2 |
pandas
|
3 |
|
|
|
|
|
|
|
4 |
transformers
|
5 |
sentence-transformers
|
6 |
|
|
|
9 |
gradio
|
10 |
loguru
|
11 |
|
12 |
+
|
13 |
+
-i https://download.pytorch.org/whl/cpu
|
14 |
+
torch==2.1.1
|
15 |
+
|
16 |
+
|