convert: add @ModelBase.example

This commit is contained in:
Xuan Son Nguyen
2026-08-17 02:31:10 +02:00
parent 4df29be4f4
commit 71c7866a16
84 changed files with 231 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ from .qwen import QwenModel
@ModelBase.register("KimiLinearModel", "KimiLinearForCausalLM")
@ModelBase.example("moonshotai/Kimi-Linear-48B-A3B-Instruct")
class KimiLinearModel(TextModel):
"""Kimi-Linear model with hybrid MLA+KDA architecture"""
model_arch = gguf.MODEL_ARCH.KIMI_LINEAR