Ver Fonte

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

Johannes Gäßler há 2 anos atrás
pai
commit
d3223afdad
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      llama.cpp

+ 1 - 1
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) {