[Model] Add support for OLMo Hybrid (#32550)

This commit is contained in:
Yanhong Li
2026-03-05 11:51:06 -08:00
committed by GitHub
parent 5395471d29
commit a911f4dd20
10 changed files with 1520 additions and 53 deletions

View File

@@ -97,6 +97,7 @@ _CONFIG_REGISTRY: dict[str, type[PretrainedConfig]] = LazyConfigDict(
speculators="SpeculatorsConfig",
nemotron="NemotronConfig",
olmo3="Olmo3Config",
olmo_hybrid="OlmoHybridConfig",
ovis="OvisConfig",
ultravox="UltravoxConfig",
step3_vl="Step3VLConfig",