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
@@ -4,6 +4,7 @@ from .base import ModelBase, TextModel, gguf
@ModelBase.register("CodeShellForCausalLM")
@ModelBase.example("WisdomShell/CodeShell-7B")
class CodeShellModel(TextModel):
model_arch = gguf.MODEL_ARCH.CODESHELL