Spaces:
Build error
Build error
Update config.yaml
Browse files- config.yaml +3 -3
config.yaml
CHANGED
|
@@ -16,9 +16,9 @@ specialists:
|
|
| 16 |
llama_multimodal:
|
| 17 |
gpus_required: 8 # <-- GARANTIR QUE ISTO É > 0
|
| 18 |
model_id: "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
| 19 |
-
max_new_tokens:
|
| 20 |
-
temperature: 0.
|
| 21 |
-
top_p: 0.
|
| 22 |
|
| 23 |
flux:
|
| 24 |
gpus_required: 0
|
|
|
|
| 16 |
llama_multimodal:
|
| 17 |
gpus_required: 8 # <-- GARANTIR QUE ISTO É > 0
|
| 18 |
model_id: "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
| 19 |
+
max_new_tokens: 4096
|
| 20 |
+
temperature: 0.5
|
| 21 |
+
top_p: 0.6
|
| 22 |
|
| 23 |
flux:
|
| 24 |
gpus_required: 0
|