Update README.md
This commit is contained in:
parent
86e4f99092
commit
2f25ee30ef
1 changed files with 5 additions and 1 deletions
|
@ -14,17 +14,21 @@
|
||||||
<details>
|
<details>
|
||||||
<summary>Instructions for NousResearch/Hermes-2-Pro-Llama-3-8B (needs template override)</summary>
|
<summary>Instructions for NousResearch/Hermes-2-Pro-Llama-3-8B (needs template override)</summary>
|
||||||
|
|
||||||
|
The HF model had two variants for its chat template (`default` and `tool_use`), but the GGUF only retained the `default` one.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./llama-server \
|
./llama-server \
|
||||||
--jinja -fa \
|
--jinja -fa \
|
||||||
-mu https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF/resolve/main/Hermes-2-Pro-Llama-3-8B-Q8_0.gguf \
|
-mu https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF/resolve/main/Hermes-2-Pro-Llama-3-8B-Q8_0.gguf \
|
||||||
--chat-template-file tests/chat/templates/NousResearch-Hermes-2-Pro-Llama-3-8B-tool_use.jinja
|
--chat-template-file tests/chat/templates/NousResearch-Hermes-2-Pro-Llama-3-8B-tool_use.jinja
|
||||||
```
|
```
|
||||||
|
`
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Instructions for meekai/functionary-small-v3.2 (needs template override)</summary>
|
<summary>Instructions for meekai/functionary-small-v3.2 (needs template override)</summary>
|
||||||
|
|
||||||
The template in the GGUF doesn't seem to support tool calls, but its bigger brother's template can be used:
|
The template in the GGUF doesn't support tool calls, but its bigger brother's template can be used:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./llama-server \
|
./llama-server \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue