Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +24 -7
requirements.txt
CHANGED
@@ -1,8 +1,25 @@
|
|
1 |
-
|
|
|
2 |
torch>=2.2.0
|
3 |
-
transformers>=4.37.
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dependências principais
|
2 |
+
gradio>=4.16.0
|
3 |
torch>=2.2.0
|
4 |
+
transformers>=4.37.0
|
5 |
+
pillow>=10.2.0
|
6 |
+
numpy>=1.26.0
|
7 |
+
|
8 |
+
# Processamento de imagem
|
9 |
+
opencv-python>=4.9.0
|
10 |
+
imagemagick>=1.0.0
|
11 |
+
|
12 |
+
# Utilitários
|
13 |
+
huggingface-hub>=0.20.0
|
14 |
+
accelerate>=0.26.0
|
15 |
+
safetensors>=0.4.0
|
16 |
+
bitsandbytes>=0.42.0
|
17 |
+
|
18 |
+
# Otimizações
|
19 |
+
sentencepiece>=0.1.99
|
20 |
+
tokenizers>=0.15.0
|
21 |
+
protobuf>=4.25.0
|
22 |
+
packaging>=23.2
|
23 |
+
tqdm>=4.66.0
|
24 |
+
regex>=2023.12.25
|
25 |
+
requests>=2.31.0
|