Add GlmOcrConfig for GLM-OCR model type recognition (#34982)

This commit is contained in:
hujia177
2026-02-26 09:04:42 -08:00
committed by GitHub
parent f2ad952f40
commit ec8f943db1
3 changed files with 96 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ _CONFIG_REGISTRY: dict[str, type[PretrainedConfig]] = LazyConfigDict(
deepseek_v32="DeepseekV3Config",
flex_olmo="FlexOlmoConfig",
funaudiochat="FunAudioChatConfig",
glm_ocr="GlmOcrConfig",
hunyuan_vl="HunYuanVLConfig",
isaac="IsaacConfig",
kimi_linear="KimiLinearConfig",