Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
|
@@ -15,9 +15,9 @@ specialists:
|
|
| 15 |
|
| 16 |
llama_multimodal:
|
| 17 |
gpus_required: 2 # <-- GARANTIR QUE ISTO É > 0
|
| 18 |
-
model_id: "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
| 19 |
max_new_tokens: 2048
|
| 20 |
-
temperature: 0.
|
| 21 |
top_p: 0.9
|
| 22 |
|
| 23 |
flux:
|
|
|
|
| 15 |
|
| 16 |
llama_multimodal:
|
| 17 |
gpus_required: 2 # <-- GARANTIR QUE ISTO É > 0
|
| 18 |
+
model_id: "bnb-community/Llama-4-Scout-17B-16E-Instruct-bnb-4bit" #"meta-llama/Llama-3.2-11B-Vision-Instruct"
|
| 19 |
max_new_tokens: 2048
|
| 20 |
+
temperature: 0.8
|
| 21 |
top_p: 0.9
|
| 22 |
|
| 23 |
flux:
|