From 1fdaecff7d70f81c89f69c6ce93424a705d5e350 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Sun, 24 Mar 2024 12:48:12 +0100 Subject: [PATCH] Updated Templates supported by llama_chat_apply_template (markdown) --- Templates-supported-by-llama_chat_apply_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Templates-supported-by-llama_chat_apply_template.md b/Templates-supported-by-llama_chat_apply_template.md index d2cefb4..6160dd0 100644 --- a/Templates-supported-by-llama_chat_apply_template.md +++ b/Templates-supported-by-llama_chat_apply_template.md @@ -20,6 +20,7 @@ VARIANTS_TO_TEST = [ 'mlabonne/AlphaMonarch-7B', 'google/gemma-7b-it', 'OrionStarAI/Orion-14B-Chat', + 'openbmb/MiniCPM-2B-dpo-fp32', ] HISTORY = [ @@ -125,6 +126,11 @@ 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) ) ```