File tree Expand file tree Collapse file tree 3 files changed +1
-63
lines changed Expand file tree Collapse file tree 3 files changed +1
-63
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ def __getitem__(self, key):
8181 flex_olmo = "FlexOlmoConfig" ,
8282 kimi_linear = "KimiLinearConfig" ,
8383 kimi_vl = "KimiVLConfig" ,
84- Llama_Nemotron_Nano_VL = "Nemotron_Nano_VL_Config" ,
8584 RefinedWeb = "RWConfig" , # For tiiuae/falcon-40b(-instruct)
8685 RefinedWebModel = "RWConfig" , # For tiiuae/falcon-7b(-instruct)
8786 jais = "JAISConfig" ,
@@ -106,6 +105,7 @@ def __getitem__(self, key):
106105
107106_AUTO_CONFIG_KWARGS_OVERRIDES : dict [str , dict [str , Any ]] = {
108107 "internvl_chat" : {"has_no_defaults_at_init" : True },
108+ "Llama_Nemotron_Nano_VL" : {"attn_implementation" : "eager" },
109109 "NVLM_D" : {"has_no_defaults_at_init" : True },
110110}
111111
Original file line number Diff line number Diff line change 2828from vllm .transformers_utils .configs .moonvit import MoonViTConfig
2929from vllm .transformers_utils .configs .nemotron import NemotronConfig
3030from vllm .transformers_utils .configs .nemotron_h import NemotronHConfig
31- from vllm .transformers_utils .configs .nemotron_vl import Nemotron_Nano_VL_Config
3231from vllm .transformers_utils .configs .olmo3 import Olmo3Config
3332from vllm .transformers_utils .configs .ovis import OvisConfig
3433from vllm .transformers_utils .configs .qwen3_next import Qwen3NextConfig
5958 "KimiVLConfig" ,
6059 "NemotronConfig" ,
6160 "NemotronHConfig" ,
62- "Nemotron_Nano_VL_Config" ,
6361 "Olmo3Config" ,
6462 "OvisConfig" ,
6563 "RadioConfig" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments