Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
f8856c0
1
Parent(s):
763a996
Update requirements.txt
Browse files- requirements.txt +51 -0
requirements.txt
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.7.1+cpu
|
3 |
+
about-time==3.1.1
|
4 |
+
aiosignal==1.2.0; python_version >= "3.6"
|
5 |
+
alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
6 |
+
attrs==22.1.0; python_version >= "3.7"
|
7 |
+
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
|
8 |
+
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
|
9 |
+
click==8.0.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
10 |
+
colorama==0.4.5; python_full_version >= "3.8.3" and sys_platform == "win32" and platform_system == "Windows" and python_version >= "3.7" and python_full_version < "4.0.0"
|
11 |
+
distlib==0.3.5; python_version >= "3.6"
|
12 |
+
filelock==3.7.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
13 |
+
frozenlist==1.3.1; python_version >= "3.7"
|
14 |
+
grapheme==0.6.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
15 |
+
grpcio==1.43.0; python_version >= "3.6"
|
16 |
+
hf-model-s-cpu==0.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
17 |
+
huggingface-hub==0.5.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
18 |
+
idna==3.3; python_version >= "3.7" and python_version < "4"
|
19 |
+
importlib-resources==5.9.0; python_version < "3.9" and python_version >= "3.7"
|
20 |
+
install==1.3.5; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.5"
|
21 |
+
joblib==1.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
|
22 |
+
jsonschema==4.9.1; python_version >= "3.7"
|
23 |
+
logzero==1.7.0
|
24 |
+
more-itertools==8.13.0; python_version >= "3.5"
|
25 |
+
msgpack==1.0.4
|
26 |
+
nltk==3.7; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
27 |
+
numpy==1.23.1
|
28 |
+
packaging==21.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
29 |
+
pillow==9.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
30 |
+
pkgutil-resolve-name==1.3.10; python_version < "3.9" and python_version >= "3.7"
|
31 |
+
platformdirs==2.5.2; python_version >= "3.7"
|
32 |
+
protobuf==3.20.1; python_version >= "3.7"
|
33 |
+
psutil==5.9.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
34 |
+
pyparsing==3.0.9; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
35 |
+
pyrsistent==0.18.1; python_version >= "3.7"
|
36 |
+
pyyaml==6.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
37 |
+
ray==1.13.0
|
38 |
+
regex==2022.7.25; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
39 |
+
requests==2.28.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
40 |
+
scikit-learn==1.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
|
41 |
+
scipy==1.6.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
|
42 |
+
sentencepiece==0.1.97; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
43 |
+
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
|
44 |
+
threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8"
|
45 |
+
tokenizers==0.12.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
46 |
+
tqdm==4.64.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
47 |
+
transformers==4.21.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
48 |
+
typing-extensions==4.3.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
49 |
+
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
|
50 |
+
virtualenv==20.16.3; python_version >= "3.6"
|
51 |
+
zipp==3.8.1; python_version < "3.9" and python_version >= "3.7"
|