Carlosxxxxxx commited on
Commit
01fc4a7
·
verified ·
1 Parent(s): 429f83b

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +2 -2
config.yaml CHANGED
@@ -14,7 +14,7 @@ specialists:
14
  gpus_required: 0
15
 
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
@@ -25,7 +25,7 @@ specialists:
25
 
26
  ltx:
27
  # Define quantas GPUs o pool do LTX deve tentar alocar.
28
- gpus_required: 0
29
  config_file: "ltxv-13b-0.9.8-distilled.yaml"
30
  enable_prompt_enhancement: false
31
 
 
14
  gpus_required: 0
15
 
16
  llama_multimodal:
17
+ gpus_required: 4 # <-- GARANTIR QUE ISTO É > 0
18
  model_id: "meta-llama/Llama-3.2-11B-Vision-Instruct"
19
  max_new_tokens: 4096
20
  temperature: 0.5
 
25
 
26
  ltx:
27
  # Define quantas GPUs o pool do LTX deve tentar alocar.
28
+ gpus_required: 4
29
  config_file: "ltxv-13b-0.9.8-distilled.yaml"
30
  enable_prompt_enhancement: false
31