Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
β’
aaacc65
1
Parent(s):
f3cd910
Update torch+cpu 1.7.0 for linux
Browse files- requirements-win.txt +25 -0
- requirements.txt +1 -1
requirements-win.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2021.5.30; python_full_version >= "3.6.0"
|
2 |
+
charset-normalizer==2.0.3; python_version >= "3" and python_full_version >= "3.6.0"
|
3 |
+
click==8.0.1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
4 |
+
colorama==0.4.4; python_full_version >= "3.6.0" and sys_platform == "win32" and platform_system == "Windows" and python_version >= "3.6"
|
5 |
+
filelock==3.0.12; python_full_version >= "3.6.0"
|
6 |
+
huggingface-hub==0.0.12; python_full_version >= "3.6.0"
|
7 |
+
idna==3.2; python_version >= "3.5" and python_full_version >= "3.6.0"
|
8 |
+
importlib-metadata==4.6.1; python_version < "3.8" and python_full_version >= "3.6.0" and python_version >= "3.6"
|
9 |
+
joblib==1.0.1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
10 |
+
logzero==1.7.0
|
11 |
+
numpy==1.21.1; python_version >= "3.7" and python_full_version >= "3.6.0"
|
12 |
+
packaging==21.0; python_version >= "3.6" and python_full_version >= "3.6.0"
|
13 |
+
pyparsing==2.4.7; python_version >= "3.6" and python_full_version >= "3.6.0"
|
14 |
+
pyyaml==5.4.1; python_full_version >= "3.6.0"
|
15 |
+
regex==2021.7.6; python_full_version >= "3.6.0"
|
16 |
+
requests==2.26.0; python_full_version >= "3.6.0"
|
17 |
+
sacremoses==0.0.45; python_full_version >= "3.6.0"
|
18 |
+
six==1.16.0; python_full_version >= "3.6.0"
|
19 |
+
tokenizers==0.10.3; python_full_version >= "3.6.0"
|
20 |
+
torch==1.7.1+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
|
21 |
+
tqdm==4.61.2; python_full_version >= "3.6.0"
|
22 |
+
transformers==4.9.0; python_full_version >= "3.6.0"
|
23 |
+
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"
|
24 |
+
urllib3==1.26.6; python_full_version >= "3.6.0" and python_version < "4"
|
25 |
+
zipp==3.5.0; python_version < "3.8" and python_full_version >= "3.6.0" and python_version >= "3.6"
|
requirements.txt
CHANGED
@@ -17,7 +17,7 @@ requests==2.26.0; python_full_version >= "3.6.0"
|
|
17 |
sacremoses==0.0.45; python_full_version >= "3.6.0"
|
18 |
six==1.16.0; python_full_version >= "3.6.0"
|
19 |
tokenizers==0.10.3; python_full_version >= "3.6.0"
|
20 |
-
torch==1.7.
|
21 |
tqdm==4.61.2; python_full_version >= "3.6.0"
|
22 |
transformers==4.9.0; python_full_version >= "3.6.0"
|
23 |
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"
|
|
|
17 |
sacremoses==0.0.45; python_full_version >= "3.6.0"
|
18 |
six==1.16.0; python_full_version >= "3.6.0"
|
19 |
tokenizers==0.10.3; python_full_version >= "3.6.0"
|
20 |
+
torch==1.7.0+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
|
21 |
tqdm==4.61.2; python_full_version >= "3.6.0"
|
22 |
transformers==4.9.0; python_full_version >= "3.6.0"
|
23 |
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"
|