]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
run : add --chat-template-file (#11961)
authorMichael Engel <redacted>
Thu, 20 Feb 2025 08:35:11 +0000 (09:35 +0100)
committerGitHub <redacted>
Thu, 20 Feb 2025 08:35:11 +0000 (10:35 +0200)
commit0d559580a0a74c842c3a876035ba96a338aabfb2
tree0199be7310c92cae6405eb733c30de91215070b1
parentd04e7163c85a847bc61d58c22f2c503596db7aa8
run : add --chat-template-file (#11961)

Relates to: https://github.com/ggml-org/llama.cpp/issues/11178

Added --chat-template-file CLI option to llama-run. If specified, the file
will be read and the content passed for overwriting the chat template of
the model to common_chat_templates_from_model.

Signed-off-by: Michael Engel <redacted>
examples/run/run.cpp