]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
quantize : update usage comment in quantize.cpp (#8889)
authorDaniel Bevenius <redacted>
Tue, 6 Aug 2024 23:43:00 +0000 (01:43 +0200)
committerGitHub <redacted>
Tue, 6 Aug 2024 23:43:00 +0000 (01:43 +0200)
This commit updates the usage comment in quantize.cpp to reflect the
new name of the executable, which is llama-quantize.

examples/quantize/quantize.cpp

index 8d764725878b9927cd155ca7643df98b17595a9f..7312309aeef9846ec919d95d80607838476d207c 100644 (file)
@@ -91,7 +91,7 @@ static bool try_parse_ftype(const std::string & ftype_str_in, llama_ftype & ftyp
 }
 
 // usage:
-//  ./quantize [--allow-requantize] [--leave-output-tensor] [--pure] models/llama/ggml-model.gguf [models/llama/ggml-model-quant.gguf] type [nthreads]
+//  ./llama-quantize [--allow-requantize] [--leave-output-tensor] [--pure] models/llama/ggml-model.gguf [models/llama/ggml-model-quant.gguf] type [nthreads]
 //
 [[noreturn]]
 static void usage(const char * executable) {