Skip to content

Commit

Permalink
suggested by @pcuenca
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Oct 16, 2024
1 parent a7f304e commit 68dcf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hub/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ollama run hf.co/{username}/{repository}

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

Here are some other models that you can try:
Here are some models you can try:

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

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

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

Expand Down

0 comments on commit 68dcf31

Please sign in to comment.