File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 32
32
from vllm .transformers_utils .configs import (ChatGLMConfig , DeepseekVLV2Config ,
33
33
EAGLEConfig , JAISConfig ,
34
34
KimiVLConfig , MedusaConfig ,
35
- MllamaConfig , MLPSpeculatorConfig ,
35
+ MLPSpeculatorConfig ,
36
36
Nemotron_Nano_VL_Config ,
37
- NemotronConfig , NVLM_D_Config ,
38
- OvisConfig , RWConfig ,
39
- SpeculatorsConfig ,
37
+ NemotronConfig , OvisConfig ,
38
+ RWConfig , SpeculatorsConfig ,
40
39
Step3TextConfig , Step3VLConfig ,
41
40
UltravoxConfig )
42
41
# yapf: enable
43
42
from vllm .transformers_utils .configs .mistral import adapt_config_dict
43
+ from vllm .transformers_utils .configs .mllama import MllamaConfig
44
+ from vllm .transformers_utils .configs .nvlm_d import NVLM_D_Config
44
45
from vllm .transformers_utils .utils import check_gguf_file
45
46
46
47
if envs .VLLM_USE_MODELSCOPE :
You can’t perform that action at this time.
0 commit comments