mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-22 16:27:58 +01:00
Updated Templates supported by llama_chat_apply_template (markdown)
parent
88be3c38b0
commit
408fba83b5
@ -78,4 +78,17 @@ response</s>
|
|||||||
------------------------------
|
------------------------------
|
||||||
```
|
```
|
||||||
|
|
||||||
Additionally, we also support zephyr template (I cannot found it on huggingface, but have seen in [this list](https://github.com/ggerganov/llama.cpp/blob/c8d847d57efdc0f9bbbf881d48c645e151b36fd8/examples/server/public/promptFormats.js) )
|
Additionally, we also support zephyr template (I cannot found it on huggingface, but have seen in [this list](https://github.com/ggerganov/llama.cpp/blob/c8d847d57efdc0f9bbbf881d48c645e151b36fd8/examples/server/public/promptFormats.js) )
|
||||||
|
|
||||||
|
```
|
||||||
|
<|system|>
|
||||||
|
test<|endoftext|>
|
||||||
|
<|user|>
|
||||||
|
hello<|endoftext|>
|
||||||
|
<|assistant|>
|
||||||
|
response<|endoftext|>
|
||||||
|
<|user|>
|
||||||
|
again<|endoftext|>
|
||||||
|
<|assistant|>
|
||||||
|
response<|endoftext|>
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user