[Model] Lfm2Moe (#26344)

Signed-off-by: Paul Pak <paulpak58@gmail.com>
This commit is contained in:
Paul Pak
2025-10-08 01:03:05 +09:00
committed by GitHub
parent 1e4ecca1d0
commit 320feae6f5
8 changed files with 967 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ _CONFIG_REGISTRY: dict[str, type[PretrainedConfig]] = LazyConfigDict(
step3_vl="Step3VLConfig",
step3_text="Step3TextConfig",
qwen3_next="Qwen3NextConfig",
lfm2_moe="Lfm2MoeConfig",
)
_CONFIG_ATTRS_MAPPING: dict[str, str] = {