From: Daniel Bevenius Date: Tue, 6 Aug 2024 23:43:00 +0000 (+0200) Subject: quantize : update usage comment in quantize.cpp (#8889) X-Git-Tag: upstream/0.0.4488~950 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=725e3d94379d5b619c027347308bccf2e0ead89f;p=pkg%2Fggml%2Fsources%2Fllama.cpp quantize : update usage comment in quantize.cpp (#8889) This commit updates the usage comment in quantize.cpp to reflect the new name of the executable, which is llama-quantize. --- diff --git a/examples/quantize/quantize.cpp b/examples/quantize/quantize.cpp index 8d764725..7312309a 100644 --- a/examples/quantize/quantize.cpp +++ b/examples/quantize/quantize.cpp @@ -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) {