Spaces:
Sleeping
Sleeping
cornzz
commited on
Commit
·
5ede078
1
Parent(s):
8f6f070
Add requirements file
Browse files- requirements.txt +30 -0
requirements.txt
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.32.1
|
2 |
+
certifi==2024.7.4
|
3 |
+
charset-normalizer==3.3.2
|
4 |
+
click==8.1.7
|
5 |
+
filelock==3.15.4
|
6 |
+
fsspec==2024.6.1
|
7 |
+
huggingface-hub==0.23.5
|
8 |
+
idna==3.7
|
9 |
+
Jinja2==3.1.4
|
10 |
+
joblib==1.4.2
|
11 |
+
llmlingua==0.2.2
|
12 |
+
MarkupSafe==2.1.5
|
13 |
+
mpmath==1.3.0
|
14 |
+
networkx==3.3
|
15 |
+
nltk==3.8.1
|
16 |
+
numpy==1.26.4
|
17 |
+
packaging==24.1
|
18 |
+
psutil==6.0.0
|
19 |
+
PyYAML==6.0.1
|
20 |
+
regex==2024.5.15
|
21 |
+
requests==2.32.3
|
22 |
+
safetensors==0.4.3
|
23 |
+
sympy==1.13.0
|
24 |
+
tiktoken==0.7.0
|
25 |
+
tokenizers==0.19.1
|
26 |
+
torch==2.3.1
|
27 |
+
tqdm==4.66.4
|
28 |
+
transformers==4.42.4
|
29 |
+
typing_extensions==4.12.2
|
30 |
+
urllib3==2.2.2
|