Spaces:
Runtime error
Runtime error
sander-wood
commited on
Commit
·
ce18ed0
1
Parent(s):
6368f6a
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
transformers==4.18.0
|
2 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
3 |
-
torch==1.
|
4 |
-f https://download.pytorch.org/whl/torch_stable.html
|
5 |
-
torchvision
|
6 |
-
|
7 |
-
|
|
|
|
1 |
transformers==4.18.0
|
2 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
3 |
+
torch==1.9.1+cu111
|
4 |
-f https://download.pytorch.org/whl/torch_stable.html
|
5 |
+
torchvision==0.10.1+cu111
|
6 |
+
requests==2.27.1
|
7 |
+
tqdm==4.63.1
|
8 |
+
unidecode==1.3.4
|