Spaces:
Sleeping
Sleeping
marme
commited on
Commit
·
5e5613c
1
Parent(s):
185ed9e
make torch requirement cpu only_final_last_final
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
transformers
|
2 |
numpy
|
3 |
-
torch
|
4 |
|
|
|
1 |
transformers
|
2 |
numpy
|
3 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
4 |
|