Skip to content

Commit 725e3d9

Browse files
authored
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.
1 parent 3195854 commit 725e3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quantize/quantize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static bool try_parse_ftype(const std::string & ftype_str_in, llama_ftype & ftyp
9191
}
9292

9393
// usage:
94-
// ./quantize [--allow-requantize] [--leave-output-tensor] [--pure] models/llama/ggml-model.gguf [models/llama/ggml-model-quant.gguf] type [nthreads]
94+
// ./llama-quantize [--allow-requantize] [--leave-output-tensor] [--pure] models/llama/ggml-model.gguf [models/llama/ggml-model-quant.gguf] type [nthreads]
9595
//
9696
[[noreturn]]
9797
static void usage(const char * executable) {

0 commit comments

Comments
 (0)