docs : Minor cleanups (#19252)

* Update old URLs to github.com/ggml-org/

* Bump copyrights
This commit is contained in:
Christian Kastner
2026-02-02 07:38:55 +01:00
committed by GitHub
parent b4d05a3d2f
commit 7a4ca3cbd9
36 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ int32_t llm_chat_apply_template(
llm_chat_template tmpl,
const std::vector<const llama_chat_message *> & chat,
std::string & dest, bool add_ass) {
// Taken from the research: https://github.com/ggerganov/llama.cpp/issues/5527
// Taken from the research: https://github.com/ggml-org/llama.cpp/issues/5527
std::stringstream ss;
if (tmpl == LLM_CHAT_TEMPLATE_CHATML) {
// chatml template