]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add chat template for RWKV-World + fix EOT (#9968)
authorMolly Sophia <redacted>
Tue, 22 Oct 2024 10:33:37 +0000 (18:33 +0800)
committerGitHub <redacted>
Tue, 22 Oct 2024 10:33:37 +0000 (13:33 +0300)
commit4ff7fe1fb36b04ddd158b2de881c348c5f0ff5e4
tree23dd98588516eb66b06e41662dc3e68d0344260d
parent6b8447352df3d662b56280c8fc38d7f092885787
llama : add chat template for RWKV-World + fix EOT (#9968)

* Add chat template for RWKV-World

Signed-off-by: Molly Sophia <redacted>
* RWKV: Fix the chat template not being used

Signed-off-by: Molly Sophia <redacted>
* RWKV v6: Set EOT token to ``\n\n``

Signed-off-by: Molly Sophia <redacted>
* readme: add rwkv into supported model list

Signed-off-by: Molly Sophia <redacted>
---------

Signed-off-by: Molly Sophia <redacted>
README.md
convert_hf_to_gguf.py
src/llama.cpp
tests/test-chat-template.cpp