Merge mainline

This commit is contained in:
Iwan Kawrakow
2024-08-12 11:54:01 +03:00
parent f5d1af61d7
commit 3188517cf4
165 changed files with 9073 additions and 3403 deletions

View File

@@ -99,7 +99,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) {