Update requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
CHANGED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2024.2.2
|
2 |
+
charset-normalizer==3.3.2
|
3 |
+
colorama==0.4.6
|
4 |
+
filelock==3.13.4
|
5 |
+
fsspec==2024.3.1
|
6 |
+
huggingface-hub==0.22.2
|
7 |
+
idna==3.7
|
8 |
+
numpy==1.26.4
|
9 |
+
packaging==24.0
|
10 |
+
PyYAML==6.0.1
|
11 |
+
regex==2023.12.25
|
12 |
+
requests==2.31.0
|
13 |
+
safetensors==0.4.2
|
14 |
+
tokenizers==0.15.2
|
15 |
+
tqdm==4.66.2
|
16 |
+
transformers==4.39.3
|
17 |
+
typing_extensions==4.11.0
|
18 |
+
urllib3==2.2.1
|