Sam commited on
Commit
24bdc90
·
verified ·
1 Parent(s): 7315fa9

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +3 -3
config.yaml CHANGED
@@ -14,7 +14,7 @@ specialists:
14
  gpus_required: 0
15
 
16
  llama_scout:
17
- gpus_required: 1 # 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,8 +23,8 @@ specialists:
23
 
24
  ltx:
25
  # Define quantas GPUs o pool do LTX deve tentar alocar.
26
- gpus_required: 3
27
- config_file: "ltxv-13b-0.9.8-distilled.yaml"
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: