Attempt to fix pytorch requirements
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
transformers
|
2 |
numpy
|
3 |
-
torch
|
|
|
|
|
|
1 |
transformers
|
2 |
numpy
|
3 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
4 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|
5 |
+
torchaudio --index-url https://download.pytorch.org/whl/cpu
|