benhaotang commited on
Commit
caf6f35
·
verified ·
1 Parent(s): 4358cd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -16,6 +16,14 @@ Refer to the [original model card](https://huggingface.co/benhaotang/phi4-qwq-sk
16
 
17
  ## Use with ollama
18
 
 
 
 
 
 
 
 
 
19
  ```go
20
  FROM ./phi4-qwq-sky-t1-Q6_K-GGUF/phi4-qwq-sky-t1-q6_k.gguf
21
  TEMPLATE """{{- range $i, $_ := .Messages }}
 
16
 
17
  ## Use with ollama
18
 
19
+ - via Huggingface without system prompt
20
+
21
+ ```
22
+ ollama run hf.co/benhaotang/phi4-qwq-sky-t1-Q4_K_M-GGUF
23
+ ```
24
+
25
+ - via Modelfile with suggested settings
26
+
27
  ```go
28
  FROM ./phi4-qwq-sky-t1-Q6_K-GGUF/phi4-qwq-sky-t1-q6_k.gguf
29
  TEMPLATE """{{- range $i, $_ := .Messages }}