Add torch to requirements
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1 +1,3 @@
|
|
1 |
transformers==4.34.0
|
|
|
|
|
|
1 |
transformers==4.34.0
|
2 |
+
--find-links https://download.pytorch.org/whl/cpu
|
3 |
+
torch
|