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
@@ -9,6 +9,7 @@ from .base import ModelBase, TextModel, gguf
@ModelBase.register("GPTRefactForCausalLM")
@ModelBase.example("smallcloudai/Refact-1_6-base")
class RefactModel(TextModel):
model_arch = gguf.MODEL_ARCH.REFACT