Upload requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.30.0
|
2 |
+
beautifulsoup4==4.12.3
|
3 |
+
bitsandbytes==0.43.1
|
4 |
+
datasets==2.19.1
|
5 |
+
huggingface-hub==0.23.0
|
6 |
+
Jinja2==3.1.3
|
7 |
+
joblib==1.4.2
|
8 |
+
json5==0.9.25
|
9 |
+
jsonpointer==2.4
|
10 |
+
jsonschema==4.21.1
|
11 |
+
jsonschema-specifications==2023.12.1
|
12 |
+
Mako==1.3.3
|
13 |
+
Markdown==3.6
|
14 |
+
MarkupSafe==2.1.5
|
15 |
+
matplotlib==3.8.4
|
16 |
+
matplotlib-inline==0.1.7
|
17 |
+
mistune==3.0.2
|
18 |
+
mlflow==2.12.1
|
19 |
+
numpy==1.26.4
|
20 |
+
packaging==24.0
|
21 |
+
pandas==2.2.2
|
22 |
+
pandocfilters==1.5.1
|
23 |
+
parso==0.8.4
|
24 |
+
peft==0.10.0
|
25 |
+
pygments==2.17.2
|
26 |
+
pyparsing==3.1.2
|
27 |
+
regex==2024.4.28
|
28 |
+
requests==2.31.0
|
29 |
+
safetensors==0.4.3
|
30 |
+
scikit-learn==1.4.2
|
31 |
+
scipy==1.13.0
|
32 |
+
tokenizers==0.19.1
|
33 |
+
torch==2.3.0
|
34 |
+
torchaudio==2.3.0
|
35 |
+
torchvision==0.18.0
|
36 |
+
tqdm==4.66.4
|
37 |
+
transformers==4.40.1
|
38 |
+
|