Fix pytorch in requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
torchvision==0.8.2
|
3 |
ftfy
|
4 |
regex
|
|
|
1 |
+
torch==1.7.1
|
2 |
torchvision==0.8.2
|
3 |
ftfy
|
4 |
regex
|