Skip to content

Commit 68dcf31

Browse files
committed
suggested by @pcuenca
1 parent a7f304e commit 68dcf31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hub/ollama.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ollama run hf.co/{username}/{repository}
1212

1313
Please note that you can use both `hf.co` and `huggingface.co` as the domain name.
1414

15-
Here are some other models that you can try:
15+
Here are some models you can try:
1616

1717
```sh
1818
ollama run hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
@@ -61,7 +61,7 @@ If your GGUF file doesn't have a built-in template or if you want to customize y
6161
{{ .Response }}<|end|>
6262
```
6363

64-
To know more about Go template format, please refer to [this documentation](https://github.com/ollama/ollama/blob/main/docs/template.md)
64+
To know more about the Go template format, please refer to [this documentation](https://github.com/ollama/ollama/blob/main/docs/template.md)
6565

6666
You can optionally configure a system prompt by putting it into a new file named `system` in the repository.
6767

0 commit comments

Comments
 (0)