requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
|
@@ -1,30 +1,25 @@
|
|
| 1 |
-
accelerate==0.33.0
|
| 2 |
-
asgiref==3.8.1
|
| 3 |
certifi==2024.7.4
|
| 4 |
charset-normalizer==3.3.2
|
| 5 |
-
Django==5.0.7
|
| 6 |
filelock==3.15.4
|
| 7 |
fsspec==2024.6.1
|
| 8 |
huggingface-hub==0.24.2
|
| 9 |
idna==3.7
|
| 10 |
-
image==1.5.33
|
| 11 |
Jinja2==3.1.4
|
| 12 |
MarkupSafe==2.1.5
|
| 13 |
mpmath==1.3.0
|
| 14 |
networkx==3.3
|
| 15 |
-
numpy==
|
| 16 |
packaging==24.1
|
| 17 |
pillow==10.4.0
|
| 18 |
-
psutil==6.0.0
|
| 19 |
PyYAML==6.0.1
|
| 20 |
regex==2024.7.24
|
| 21 |
requests==2.32.3
|
| 22 |
safetensors==0.4.3
|
| 23 |
-
six==1.16.0
|
| 24 |
-
sqlparse==0.5.1
|
| 25 |
sympy==1.13.1
|
|
|
|
| 26 |
tokenizers==0.19.1
|
| 27 |
torch==2.4.0
|
|
|
|
| 28 |
tqdm==4.66.4
|
| 29 |
transformers==4.43.3
|
| 30 |
typing_extensions==4.12.2
|
|
|
|
|
|
|
|
|
|
| 1 |
certifi==2024.7.4
|
| 2 |
charset-normalizer==3.3.2
|
|
|
|
| 3 |
filelock==3.15.4
|
| 4 |
fsspec==2024.6.1
|
| 5 |
huggingface-hub==0.24.2
|
| 6 |
idna==3.7
|
|
|
|
| 7 |
Jinja2==3.1.4
|
| 8 |
MarkupSafe==2.1.5
|
| 9 |
mpmath==1.3.0
|
| 10 |
networkx==3.3
|
| 11 |
+
numpy==2.0.1
|
| 12 |
packaging==24.1
|
| 13 |
pillow==10.4.0
|
|
|
|
| 14 |
PyYAML==6.0.1
|
| 15 |
regex==2024.7.24
|
| 16 |
requests==2.32.3
|
| 17 |
safetensors==0.4.3
|
|
|
|
|
|
|
| 18 |
sympy==1.13.1
|
| 19 |
+
timm==1.0.7
|
| 20 |
tokenizers==0.19.1
|
| 21 |
torch==2.4.0
|
| 22 |
+
torchvision==0.19.0
|
| 23 |
tqdm==4.66.4
|
| 24 |
transformers==4.43.3
|
| 25 |
typing_extensions==4.12.2
|