callmeclover
commited on
Commit
•
0495618
1
Parent(s):
af2bfeb
Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2021.5.30
|
2 |
+
charset-normalizer==2.0.6
|
3 |
+
click==8.0.1
|
4 |
+
filelock==3.1.0
|
5 |
+
huggingface-hub==0.0.17
|
6 |
+
idna==3.2
|
7 |
+
importlib-metadata==4.8.1
|
8 |
+
joblib==1.2.0
|
9 |
+
numpy==1.21.2
|
10 |
+
packaging==21.0
|
11 |
+
Pillow==9.2.0
|
12 |
+
pyparsing==2.4.7
|
13 |
+
PyYAML==5.4.1
|
14 |
+
regex==2021.9.24
|
15 |
+
requests==2.26.0
|
16 |
+
sacremoses==0.0.46
|
17 |
+
six==1.16.0
|
18 |
+
tokenizers==0.10.3
|
19 |
+
torch==1.13.0
|
20 |
+
torchaudio==0.9.1
|
21 |
+
torchvision==0.10.1
|
22 |
+
tqdm==4.62.3
|
23 |
+
transformers==4.11.0
|
24 |
+
typing-extensions==3.10.0.2
|
25 |
+
urllib3==1.26.7
|
26 |
+
zipp==3.5.0
|