SunJack commited on
Commit
95f79f3
·
verified ·
1 Parent(s): 849becb

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +1 -1
Modelfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM /data2/unsloth/phi4-o1/Sunjack/phi4-o1/unsloth.F16.gguf
3
  TEMPLATE """{{ if .System }}<|im_start|><|system|><|im_sep|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|im_start|><|user|><|im_sep|>{{ .Prompt }}<|im_end|>{{ end }}<|im_start|><|assistant|><|im_sep|>{{ .Response }}<|im_end|>"""
4
  PARAMETER stop "<|im_end|>"
5
  PARAMETER stop "<|im_start|>"
 
1
 
2
+ FROM ./unsloth.F16.gguf
3
  TEMPLATE """{{ if .System }}<|im_start|><|system|><|im_sep|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|im_start|><|user|><|im_sep|>{{ .Prompt }}<|im_end|>{{ end }}<|im_start|><|assistant|><|im_sep|>{{ .Response }}<|im_end|>"""
4
  PARAMETER stop "<|im_end|>"
5
  PARAMETER stop "<|im_start|>"