[Model] Add Olmo 3 model support (#11396)

This commit is contained in:
Shane A
2025-10-19 23:59:16 -07:00
committed by GitHub
parent 984fbeb16b
commit d383e6616e
8 changed files with 169 additions and 4 deletions

View File

@@ -2530,6 +2530,7 @@ def is_fa3_default_architecture(hf_config):
"Qwen2ForCausalLM",
"Llama4ForConditionalGeneration",
"LlamaForCausalLM",
"Olmo2ForCausalLM",
"Gemma2ForCausalLM",
"Gemma3ForConditionalGeneration",
"Qwen3ForCausalLM",