Skip to content

Commit 6c13fcb

Browse files
committed
Minor cosmetic change to log output
1 parent 3e031bc commit 6c13fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-quant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std::
796796
for (const auto & allowed : ALLOWED_TENSOR_TYPE) {
797797
if (tensor_name.find(allowed) != std::string::npos) {
798798
if (qtype != new_type) {
799-
LLAMA_LOG_DEBUG("(overriding %s), ", ggml_type_name(new_type));
799+
LLAMA_LOG_DEBUG("(overriding %s) ", ggml_type_name(new_type));
800800
new_type = qtype;
801801
break;
802802
}

0 commit comments

Comments
 (0)