benhaotang
commited on
Update README.md
Browse files
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 }}
|