Skip to content

Commit

Permalink
quantize : update usage comment in quantize.cpp (ggerganov#8889)
Browse files Browse the repository at this point in the history
This commit updates the usage comment in quantize.cpp to reflect the
new name of the executable, which is llama-quantize.
  • Loading branch information
danbev authored and arthw committed Aug 7, 2024
1 parent 02371bc commit 4bb7f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quantize/quantize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4bb7f50

Please sign in to comment.