From c9a73f887f78d9972bb55221023ad4404faf2c65 Mon Sep 17 00:00:00 2001 From: hahuyhoang411 Date: Mon, 18 Mar 2024 11:04:19 +0700 Subject: [PATCH] fix: typo --- models/command-r-34b/{mode.json => model.json} | 0 models/merlinite-7b/model.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename models/command-r-34b/{mode.json => model.json} (100%) diff --git a/models/command-r-34b/mode.json b/models/command-r-34b/model.json similarity index 100% rename from models/command-r-34b/mode.json rename to models/command-r-34b/model.json diff --git a/models/merlinite-7b/model.json b/models/merlinite-7b/model.json index a7beaef3a..68c88cec6 100644 --- a/models/merlinite-7b/model.json +++ b/models/merlinite-7b/model.json @@ -13,7 +13,7 @@ "format": "gguf", "settings": { "ctx_len": 4096, - "prompt_template": "<|system|>\n{system_prompt}\n<|user|>\n{prompt}\n<|assistant|>\n", + "prompt_template": "<|system|>\n{system_message}\n<|user|>\n{prompt}\n<|assistant|>\n", "llama_model_path": "merlinite-7b-Q4_K_M.gguf" }, "parameters": {