Skip to content

Commit d3223af

Browse files
llama : disable per-tensor info prints on model load (#4562)
1 parent 1d7a191 commit d3223af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ struct llama_model_loader {
20832083
type_max = meta->type;
20842084
}
20852085

2086-
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());
2086+
// 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());
20872087
}
20882088

20892089
switch (type_max) {

0 commit comments

Comments
 (0)