garryjohnsoniii commited on
Commit
2f98d2e
·
verified ·
1 Parent(s): 304f57a

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +2 -2
Modelfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM /mnt/ollama-models/ngari-workspace/tool-lora/gguf/ngari-tool-q4_K_M.gguf
2
 
3
  TEMPLATE """{{ if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
@@ -11,4 +11,4 @@ PARAMETER temperature 0.7
11
  PARAMETER top_k 20
12
  PARAMETER top_p 0.8
13
  PARAMETER stop "<|im_start|>"
14
- PARAMETER stop "<|im_end|>"
 
1
+ FROM ngari-tool-q4_K_M.gguf
2
 
3
  TEMPLATE """{{ if .System }}<|im_start|>system
4
  {{ .System }}<|im_end|>
 
11
  PARAMETER top_k 20
12
  PARAMETER top_p 0.8
13
  PARAMETER stop "<|im_start|>"
14
+ PARAMETER stop "<|im_end|>"