mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 03:14:35 +00:00
llama : disable per-tensor info prints on model load (#4562)
This commit is contained in:
parent
1d7a1912ce
commit
d3223afdad
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user