visor841 commited on
Commit
86d7476
1 Parent(s): bc32e5a

Attempt to fix pytorch requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
  transformers
2
  numpy
3
- torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
 
 
 
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