llama : disable per-tensor info prints on model load (#4562)

This commit is contained in:
Johannes Gäßler 2023-12-21 17:34:17 +01:00 committed by GitHub
parent 1d7a1912ce
commit d3223afdad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2083,7 +2083,7 @@ struct llama_model_loader {
type_max = meta->type;
}
LLAMA_LOG_INFO("%s: - tensor %4d: %32s %-8s [ %s ]\n", __func__, i, name, ggml_type_name(meta->type), llama_format_tensor_shape(meta).c_str());
// LLAMA_LOG_INFO("%s: - tensor %4d: %32s %-8s [ %s ]\n", __func__, i, name, ggml_type_name(meta->type), llama_format_tensor_shape(meta).c_str());
}
switch (type_max) {