From 2325ec055094091f92a55109df86a59cb1b86f05 Mon Sep 17 00:00:00 2001 From: Yui Date: Mon, 8 Apr 2024 09:17:33 +0200 Subject: [PATCH] Update common/common.cpp (suggested by JohannesGaessler) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Gäßler --- common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index 1ea4f919f..fe20b1e4c 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -1412,7 +1412,7 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) { if (llama_supports_gpu_offload()) { printf(" -ngl N, --n-gpu-layers N\n"); printf(" number of layers to store in VRAM\n"); - printf(" set to 'auto' or 'a' to determine max automatically based on VRAM size\n"); + printf(" set to 'auto' or 'a' to estimate max automatically based on VRAM size\n"); printf(" -ngld N, --n-gpu-layers-draft N\n"); printf(" number of layers to store in VRAM for the draft model\n"); printf(" -sm SPLIT_MODE, --split-mode SPLIT_MODE\n");