Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
Β·
0a815ee
1
Parent(s):
4cd1203
Update huggingface-hub transformers
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -20,7 +20,7 @@ tokenizers==0.10.3; python_full_version >= "3.6.0"
|
|
20 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
21 |
torch==1.7.1+cpu
|
22 |
tqdm==4.61.2; python_full_version >= "3.6.0"
|
23 |
-
transformers
|
24 |
typing-extensions==3.10.0.0; python_version >= "3.7" and python_version < "3.8" and sys_platform == "linux" and python_full_version >= "3.6.2"
|
25 |
urllib3==1.26.6; python_full_version >= "3.6.0" and python_version < "4"
|
26 |
zipp==3.5.0; python_version < "3.8" and python_full_version >= "3.6.0" and python_version >= "3.6"
|
|
|
20 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
21 |
torch==1.7.1+cpu
|
22 |
tqdm==4.61.2; python_full_version >= "3.6.0"
|
23 |
+
transformers
|
24 |
typing-extensions==3.10.0.0; python_version >= "3.7" and python_version < "3.8" and sys_platform == "linux" and python_full_version >= "3.6.2"
|
25 |
urllib3==1.26.6; python_full_version >= "3.6.0" and python_version < "4"
|
26 |
zipp==3.5.0; python_version < "3.8" and python_full_version >= "3.6.0" and python_version >= "3.6"
|