Spaces:
Sleeping
Sleeping
sotirios-slv
commited on
Commit
·
f24259a
1
Parent(s):
d2d9ef3
Added req properly (but actually)
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.32.1
|
2 |
+
certifi==2024.7.4
|
3 |
+
charset-normalizer==3.3.2
|
4 |
+
colorama==0.4.6
|
5 |
+
filelock==3.15.4
|
6 |
+
fsspec==2024.6.1
|
7 |
+
huggingface-hub==0.23.4
|
8 |
+
idna==3.7
|
9 |
+
intel-openmp==2021.4.0
|
10 |
+
Jinja2==3.1.4
|
11 |
+
MarkupSafe==2.1.5
|
12 |
+
mkl==2021.4.0
|
13 |
+
mpmath==1.3.0
|
14 |
+
networkx==3.2.1
|
15 |
+
numpy==1.26.4
|
16 |
+
packaging==24.1
|
17 |
+
psutil==6.0.0
|
18 |
+
PyYAML==6.0.1
|
19 |
+
regex==2024.5.15
|
20 |
+
requests==2.32.3
|
21 |
+
safetensors==0.4.3
|
22 |
+
sympy==1.12.1
|
23 |
+
tbb==2021.13.0
|
24 |
+
tokenizers==0.19.1
|
25 |
+
torch==2.3.1
|
26 |
+
tqdm==4.66.4
|
27 |
+
transformers==4.42.3
|
28 |
+
typing_extensions==4.12.2
|
29 |
+
urllib3==2.2.2
|