Create requirements.txt
Browse files- requirements.txt +54 -0
requirements.txt
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
appnope==0.1.3
|
2 |
+
asttokens==2.4.1
|
3 |
+
certifi==2023.7.22
|
4 |
+
charset-normalizer==3.3.2
|
5 |
+
comm==0.2.0
|
6 |
+
debugpy==1.8.0
|
7 |
+
decorator==5.1.1
|
8 |
+
executing==2.0.1
|
9 |
+
filelock==3.13.1
|
10 |
+
fsspec==2023.10.0
|
11 |
+
huggingface-hub==0.19.3
|
12 |
+
idna==3.4
|
13 |
+
ipykernel==6.26.0
|
14 |
+
ipython==8.17.2
|
15 |
+
jedi==0.19.1
|
16 |
+
Jinja2==3.1.2
|
17 |
+
jupyter_client==8.6.0
|
18 |
+
jupyter_core==5.5.0
|
19 |
+
MarkupSafe==2.1.3
|
20 |
+
matplotlib-inline==0.1.6
|
21 |
+
mpmath==1.3.0
|
22 |
+
nest-asyncio==1.5.8
|
23 |
+
networkx==3.2.1
|
24 |
+
numpy==1.26.2
|
25 |
+
packaging==23.2
|
26 |
+
parso==0.8.3
|
27 |
+
pexpect==4.8.0
|
28 |
+
Pillow==10.1.0
|
29 |
+
platformdirs==4.0.0
|
30 |
+
prompt-toolkit==3.0.41
|
31 |
+
psutil==5.9.6
|
32 |
+
ptyprocess==0.7.0
|
33 |
+
pure-eval==0.2.2
|
34 |
+
Pygments==2.16.1
|
35 |
+
python-dateutil==2.8.2
|
36 |
+
PyYAML==6.0.1
|
37 |
+
pyzmq==25.1.1
|
38 |
+
regex==2023.10.3
|
39 |
+
requests==2.31.0
|
40 |
+
safetensors==0.4.0
|
41 |
+
six==1.16.0
|
42 |
+
stack-data==0.6.3
|
43 |
+
sympy==1.12
|
44 |
+
tokenizers==0.15.0
|
45 |
+
torch==2.1.1
|
46 |
+
torchaudio==2.1.1
|
47 |
+
torchvision==0.16.1
|
48 |
+
tornado==6.3.3
|
49 |
+
tqdm==4.66.1
|
50 |
+
traitlets==5.13.0
|
51 |
+
transformers==4.35.2
|
52 |
+
typing_extensions==4.8.0
|
53 |
+
urllib3==2.1.0
|
54 |
+
wcwidth==0.2.10
|