Spaces:
Sleeping
Sleeping
Manuel2011
commited on
Commit
•
0217088
1
Parent(s):
32b4fdd
Create requirements.txt
Browse files- requirements.txt +69 -0
requirements.txt
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.21.0
|
2 |
+
aiohttp==3.8.5
|
3 |
+
aiosignal==1.3.1
|
4 |
+
appnope==0.1.3
|
5 |
+
asttokens==2.2.1
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==23.1.0
|
8 |
+
backcall==0.2.0
|
9 |
+
certifi==2023.7.22
|
10 |
+
charset-normalizer==3.2.0
|
11 |
+
comm==0.1.3
|
12 |
+
datasets==2.14.0
|
13 |
+
debugpy==1.6.7
|
14 |
+
decorator==5.1.1
|
15 |
+
dill==0.3.7
|
16 |
+
executing==1.2.0
|
17 |
+
filelock==3.12.2
|
18 |
+
frozenlist==1.4.0
|
19 |
+
fsspec==2023.6.0
|
20 |
+
huggingface-hub==0.16.4
|
21 |
+
idna==3.4
|
22 |
+
ipykernel==6.24.0
|
23 |
+
ipython==8.14.0
|
24 |
+
jedi==0.18.2
|
25 |
+
Jinja2==3.1.2
|
26 |
+
jupyter_client==8.3.0
|
27 |
+
jupyter_core==5.3.1
|
28 |
+
MarkupSafe==2.1.3
|
29 |
+
matplotlib-inline==0.1.6
|
30 |
+
mpmath==1.3.0
|
31 |
+
multidict==6.0.4
|
32 |
+
multiprocess==0.70.15
|
33 |
+
nest-asyncio==1.5.6
|
34 |
+
networkx==3.1
|
35 |
+
numpy==1.25.1
|
36 |
+
packaging==23.1
|
37 |
+
pandas==2.0.3
|
38 |
+
parso==0.8.3
|
39 |
+
pexpect==4.8.0
|
40 |
+
pickleshare==0.7.5
|
41 |
+
platformdirs==3.9.1
|
42 |
+
prompt-toolkit==3.0.39
|
43 |
+
psutil==5.9.5
|
44 |
+
ptyprocess==0.7.0
|
45 |
+
pure-eval==0.2.2
|
46 |
+
pyarrow==12.0.1
|
47 |
+
Pygments==2.15.1
|
48 |
+
python-dateutil==2.8.2
|
49 |
+
pytz==2023.3
|
50 |
+
PyYAML==6.0.1
|
51 |
+
pyzmq==25.1.0
|
52 |
+
regex==2023.6.3
|
53 |
+
requests==2.31.0
|
54 |
+
safetensors==0.3.1
|
55 |
+
six==1.16.0
|
56 |
+
stack-data==0.6.2
|
57 |
+
sympy==1.12
|
58 |
+
tokenizers==0.13.3
|
59 |
+
torch==2.0.1
|
60 |
+
tornado==6.3.2
|
61 |
+
tqdm==4.65.0
|
62 |
+
traitlets==5.9.0
|
63 |
+
transformers==4.31.0
|
64 |
+
typing_extensions==4.7.1
|
65 |
+
tzdata==2023.3
|
66 |
+
urllib3==2.0.4
|
67 |
+
wcwidth==0.2.6
|
68 |
+
xxhash==3.2.0
|
69 |
+
yarl==1.9.2
|