Spaces:
Build error
Build error
Sam commited on
Update config.yaml
Browse files- config.yaml +3 -3
config.yaml
CHANGED
|
@@ -14,7 +14,7 @@ specialists:
|
|
| 14 |
gpus_required: 0
|
| 15 |
|
| 16 |
llama_scout:
|
| 17 |
-
gpus_required:
|
| 18 |
multimodal_model_id: "RedHatAI/Llama-3.1-90B-Vision-Instruct-FP8-dynamic"
|
| 19 |
helper_model_id: "RedHatAI/Meta-Llama-3.1-405B-Instruct-FP8-dynamic"
|
| 20 |
|
|
@@ -23,8 +23,8 @@ specialists:
|
|
| 23 |
|
| 24 |
ltx:
|
| 25 |
# Define quantas GPUs o pool do LTX deve tentar alocar.
|
| 26 |
-
gpus_required:
|
| 27 |
-
config_file: "
|
| 28 |
enable_prompt_enhancement: false
|
| 29 |
|
| 30 |
mmaudio:
|
|
|
|
| 14 |
gpus_required: 0
|
| 15 |
|
| 16 |
llama_scout:
|
| 17 |
+
gpus_required: 2 # Este manager usa a API, então não consome VRAM, mas alocamos 1 para o padrão.
|
| 18 |
multimodal_model_id: "RedHatAI/Llama-3.1-90B-Vision-Instruct-FP8-dynamic"
|
| 19 |
helper_model_id: "RedHatAI/Meta-Llama-3.1-405B-Instruct-FP8-dynamic"
|
| 20 |
|
|
|
|
| 23 |
|
| 24 |
ltx:
|
| 25 |
# Define quantas GPUs o pool do LTX deve tentar alocar.
|
| 26 |
+
gpus_required: 2
|
| 27 |
+
config_file: "LTX-Video-0.9.8-13B-distilled"
|
| 28 |
enable_prompt_enhancement: false
|
| 29 |
|
| 30 |
mmaudio:
|