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

@@ -2344,6 +2344,7 @@ def is_fa3_default_architecture(hf_config):
"Qwen3ForCausalLM",
"Qwen3MoeForCausalLM",
"Glm4MoeForCausalLM",
"Step3VLForConditionalGeneration",
}
return architectures[0] in default_archs