kevin-pek commited on
Commit ·
eab2e32
1
Parent(s): 3df8ac8
add requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
certifi==2023.7.22
|
| 2 |
+
charset-normalizer==3.3.0
|
| 3 |
+
filelock==3.12.4
|
| 4 |
+
fsspec==2023.9.2
|
| 5 |
+
huggingface-hub==0.16.4
|
| 6 |
+
idna==3.4
|
| 7 |
+
Jinja2==3.1.2
|
| 8 |
+
MarkupSafe==2.1.3
|
| 9 |
+
mpmath==1.3.0
|
| 10 |
+
networkx==3.1
|
| 11 |
+
numpy==1.26.0
|
| 12 |
+
packaging==23.1
|
| 13 |
+
Pillow==10.0.1
|
| 14 |
+
PyYAML==6.0.1
|
| 15 |
+
regex==2023.8.8
|
| 16 |
+
requests==2.31.0
|
| 17 |
+
safetensors==0.3.3
|
| 18 |
+
sympy==1.12
|
| 19 |
+
tokenizers==0.14.0
|
| 20 |
+
torch==2.0.1
|
| 21 |
+
tqdm==4.66.1
|
| 22 |
+
transformers @ git+https://github.com/huggingface/transformers@0b192de1f353b0e04dad4813e02e2c672de077be
|
| 23 |
+
typing_extensions==4.8.0
|
| 24 |
+
urllib3==2.0.5
|