Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.22.0
|
2 |
+
certifi==2023.7.22
|
3 |
+
charset-normalizer==3.2.0
|
4 |
+
filelock==3.12.3
|
5 |
+
fsspec==2023.9.0
|
6 |
+
greenery==4.1.0
|
7 |
+
huggingface-hub==0.16.4
|
8 |
+
idna==3.4
|
9 |
+
Jinja2==3.1.2
|
10 |
+
MarkupSafe==2.1.3
|
11 |
+
mpmath==1.3.0
|
12 |
+
networkx==3.1
|
13 |
+
numpy==1.25.2
|
14 |
+
packaging==23.1
|
15 |
+
psutil==5.9.5
|
16 |
+
PyYAML==6.0.1
|
17 |
+
regex==2023.8.8
|
18 |
+
requests==2.31.0
|
19 |
+
safetensors==0.3.3
|
20 |
+
sympy==1.12
|
21 |
+
tokenizers==0.13.3
|
22 |
+
torch==2.0.1
|
23 |
+
tqdm==4.66.1
|
24 |
+
transformers==4.28.1
|
25 |
+
typing_extensions==4.7.1
|
26 |
+
urllib3==2.0.4
|