]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llama : disable per-tensor info prints on model load (#4562)
authorJohannes Gäßler <redacted>
Thu, 21 Dec 2023 16:34:17 +0000 (17:34 +0100)
committerGitHub <redacted>
Thu, 21 Dec 2023 16:34:17 +0000 (18:34 +0200)
llama.cpp

index edd2910b3ad29ec28d5744709fe50f52f229823c..90d860eb95de77a0515c71ae2d7bf75df4775061 100644 (file)
--- a/llama.cpp
+++ b/llama.cpp
@@ -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) {