BailingMoeV3ForCausalLM

This commit is contained in:
Xuan Son Nguyen
2026-08-17 10:11:26 +02:00
parent 507ace2827
commit 9edb2d2dba
+1
View File
@@ -13,6 +13,7 @@ from .base import ModelBase, TextModel, gguf
@ModelBase.register("BailingMoeV3ForCausalLM")
@ModelBase.example("inclusionAI/Ling-3.0-tiny", "inclusionAI/Ling-3.0-flash")
class BailingMoeV3Model(TextModel):
model_arch = gguf.MODEL_ARCH.BAILINGMOE3
supports_mtp_export = True