Spaces:
Runtime error
Runtime error
Dusan Svilarkovic
commited on
Commit
•
117ce7d
1
Parent(s):
ccfaf44
requirements fix
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
Phyme==0.0.9
|
2 |
pronouncing==0.2.0
|
3 |
pytorch-lightning==1.0.6
|
4 |
-
torch==1.7.
|
5 |
tqdm==4.62.1
|
6 |
sacrebleu==1.4.14
|
7 |
sacremoses==0.0.43
|
8 |
mock==4.0.3
|
9 |
-
torchtext==0.8.1 --no-deps
|
10 |
-
torchvision==0.8.2 --no-deps
|
|
|
1 |
Phyme==0.0.9
|
2 |
pronouncing==0.2.0
|
3 |
pytorch-lightning==1.0.6
|
4 |
+
# torch==1.7.1
|
5 |
tqdm==4.62.1
|
6 |
sacrebleu==1.4.14
|
7 |
sacremoses==0.0.43
|
8 |
mock==4.0.3
|
9 |
+
torchtext==0.8.1 --install-option="--no-deps"
|
10 |
+
torchvision==0.8.2 --install-option="--no-deps"
|