This commit is contained in:
2025-09-10 01:53:14 +02:00
commit 210bd04d9a
3 changed files with 86 additions and 0 deletions

13
ernie-fixed/Modelfile Normal file
View File

@@ -0,0 +1,13 @@
FROM hf.co/gabriellarson/ERNIE-4.5-21B-A3B-Thinking-GGUF:IQ4_XS
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
{{ .Response }}{{ end }}"""
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
PARAMETER stop "</think>"
PARAMETER num_predict 2048