vincentoh commited on
Commit
3bbe5f0
·
verified ·
1 Parent(s): 85382d2

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +2 -2
Modelfile CHANGED
@@ -1,8 +1,8 @@
1
  # Modelfile generated by "ollama show"
2
  # To build a new Modelfile based on this, replace FROM with:
3
- # FROM matteogeniaccio/phi-4
4
 
5
- FROM /Users/vincent/Downloads/phi-4_f16.gguf
6
  TEMPLATE {{ if .System }}<|im_start|>system<|im_sep|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|im_start|>user<|im_sep|>{{ .Prompt }}<|im_end|><|im_start|>assistant<|im_sep|>{{ end }}{{ .Response }}<|im_end|>
7
  PARAMETER stop <|im_start|>
8
  PARAMETER stop <|im_sep|>
 
1
  # Modelfile generated by "ollama show"
2
  # To build a new Modelfile based on this, replace FROM with:
3
+ # FROM vincentoh/phi-4_f16_ollama
4
 
5
+ FROM /Users/vincent/ollama_models/phi-4_f16.gguf
6
  TEMPLATE {{ if .System }}<|im_start|>system<|im_sep|>{{ .System }}<|im_end|>{{ end }}{{ if .Prompt }}<|im_start|>user<|im_sep|>{{ .Prompt }}<|im_end|><|im_start|>assistant<|im_sep|>{{ end }}{{ .Response }}<|im_end|>
7
  PARAMETER stop <|im_start|>
8
  PARAMETER stop <|im_sep|>