convert : accept "ExaoneMoeForCausalLM" arch spelling (#26660)

This commit is contained in:
Csaba Kecskemeti
2026-08-06 18:56:04 +08:00
committed by GitHub
parent a1f96d4fc2
commit e700bfb37f
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ TEXT_MODEL_MAP: dict[str, str] = {
"Exaone4ForCausalLM": "exaone",
"ExaoneForCausalLM": "exaone",
"ExaoneMoEForCausalLM": "exaone",
"ExaoneMoeForCausalLM": "exaone",
"FalconForCausalLM": "falcon",
"FalconH1ForCausalLM": "falcon_h1",
"FalconMambaForCausalLM": "mamba",