From 933e8950bda04566893fe19194a35e46c5f29bd3 Mon Sep 17 00:00:00 2001 From: potassiummmm <54800242+potassiummmm@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:47:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b616916..f1f6a23 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,6 @@ optional arguments: Quantization type --quant-embd Quantize the embeddings to f16 --use-pretuned, -p Use the pretuned kernel parameters - (When this option is turned on, the specified prompt by -p will be used as the system prompt.) ## Usage ### Basic usage @@ -280,6 +279,7 @@ optional arguments: -temp TEMPERATURE, --temperature TEMPERATURE Temperature, a hyperparameter that controls the randomness of the generated text -cnv, --conversation Whether to enable chat mode or not (for instruct models.) + (When this option is turned on, the prompt specified by -p will be used as the system prompt.) ### Benchmark