Update step3v default config (#8626)

This commit is contained in:
Ke Bao
2025-08-01 00:49:26 +08:00
committed by GitHub
parent 3c307dc057
commit 8fbcfd0723
3 changed files with 2 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ class ModelConfig:
mm_disabled_models = [
"Gemma3ForConditionalGeneration",
"Llama4ForConditionalGeneration",
"Step3VLForConditionalGeneration",
]
if self.hf_config.architectures[0] in mm_disabled_models:
enable_multimodal = False