From e0f93c250c176aab38f293c8b65815361908139b Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 25 Mar 2024 11:08:20 +0100 Subject: [PATCH] Updated Templates supported by llama_chat_apply_template (markdown) --- Templates-supported-by-llama_chat_apply_template.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Templates-supported-by-llama_chat_apply_template.md b/Templates-supported-by-llama_chat_apply_template.md index 6160dd0..d4d562f 100644 --- a/Templates-supported-by-llama_chat_apply_template.md +++ b/Templates-supported-by-llama_chat_apply_template.md @@ -126,11 +126,6 @@ Assistant: responseHuman: again Assistant: response ``` -``` -Usage: ./server -m ... --chat-template minicpm -test<用户>helloresponse<用户>againresponse -``` - Additionally, we also support zephyr template (I cannot find it on huggingface, but have seen in [this list](https://github.com/ggerganov/llama.cpp/blob/c8d847d57efdc0f9bbbf881d48c645e151b36fd8/examples/server/public/promptFormats.js) ) ```