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
@@ -11,6 +11,7 @@ from .base import ModelBase, TextModel, gguf, logger
@ModelBase.register("SmallThinkerForCausalLM")
@ModelBase.example("PowerInfer/SmallThinker-4BA0.6B-Instruct")
class SmallThinkerModel(TextModel):
model_arch = gguf.MODEL_ARCH.SMALLTHINKER