]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
gguf-py : export chat templates (#4125)
authorslaren <redacted>
Sun, 19 Nov 2023 10:10:52 +0000 (11:10 +0100)
committerGitHub <redacted>
Sun, 19 Nov 2023 10:10:52 +0000 (11:10 +0100)
commite937066420b79a757bf80e9836eb12b88420a218
tree93a3c3a9889c4367e6e6310674d0661cbf0f5d5f
parent28a2e6e7d476717881be6eb9e2d3331342cec57b
gguf-py : export chat templates (#4125)

* gguf-py : export chat templates

* llama.cpp : escape new lines in gguf kv info prints

* gguf-py : bump version

* gguf-py : check chat_template type

* gguf-py : initialize chat_template
gguf-py/gguf/constants.py
gguf-py/gguf/gguf_writer.py
gguf-py/gguf/vocab.py
gguf-py/pyproject.toml
llama.cpp