From 2df61bf59e746e8b0ed51373784bbef75284567e Mon Sep 17 00:00:00 2001 From: sasha0552 Date: Wed, 5 Jun 2024 08:41:11 +0000 Subject: [PATCH] add usage --- common/common.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/common.cpp b/common/common.cpp index 0cbf8263c..42c594bbd 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -1839,6 +1839,8 @@ void gpt_params_print_usage(int /*argc*/, char ** argv, const gpt_params & param "set custom jinja chat template (default: template taken from model's metadata)\n" "only commonly used templates are accepted:\n" "https://github.com/ggerganov/llama.cpp/wiki/Templates-supported-by-llama_chat_apply_template" }); + options.push_back({ "server", " --lcs-similarity SIMILARITY", + "how much the prompt of a request must match the prompt of a slot in order to use that slot (default: %.2f)\n", params.lcs_similarity }); #ifndef LOG_DISABLE_LOGS options.push_back({ "logging" });