Urgent model support: support gemma-3-it (#4424)
This commit is contained in:
@@ -34,6 +34,8 @@ from sglang.srt.configs import (
|
||||
ChatGLMConfig,
|
||||
DbrxConfig,
|
||||
ExaoneConfig,
|
||||
Gemma3Config,
|
||||
Gemma3TextConfig,
|
||||
MultiModalityConfig,
|
||||
Qwen2_5_VLConfig,
|
||||
)
|
||||
@@ -46,6 +48,8 @@ _CONFIG_REGISTRY: Dict[str, Type[PretrainedConfig]] = {
|
||||
ExaoneConfig.model_type: ExaoneConfig,
|
||||
Qwen2_5_VLConfig.model_type: Qwen2_5_VLConfig,
|
||||
MultiModalityConfig.model_type: MultiModalityConfig,
|
||||
Gemma3Config.model_type: Gemma3Config,
|
||||
Gemma3TextConfig.model_type: Gemma3TextConfig,
|
||||
}
|
||||
|
||||
for name, cls in _CONFIG_REGISTRY.items():
|
||||
|
||||
Reference in New Issue
Block a user