]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add enum for built-in chat templates (#10623)
authorXuan Son Nguyen <redacted>
Mon, 2 Dec 2024 21:10:19 +0000 (22:10 +0100)
committerGitHub <redacted>
Mon, 2 Dec 2024 21:10:19 +0000 (22:10 +0100)
commit642330ac7cea11dc1f9d3df2b8f3dbd10b5e3f3e
tree03d0a3e4bc27d881ca04fa75046f63c2473c3f10
parent8648c521010620c2daccfa1d26015c668ba2c717
llama : add enum for built-in chat templates (#10623)

* llama : add enum for supported chat templates

* use "built-in" instead of "supported"

* arg: print list of built-in templates

* fix test

* update server README
common/arg.cpp
examples/server/README.md
include/llama.h
src/llama.cpp
tests/test-chat-template.cpp