llama-quant : left-align tensor names in output (#20117)
This commit is contained in:
+1
-1
@@ -778,7 +778,7 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std::
|
|||||||
ml.load_data_for(tensor);
|
ml.load_data_for(tensor);
|
||||||
}
|
}
|
||||||
|
|
||||||
LLAMA_LOG_INFO("[%4d/%4d] %36s - [%s], type = %6s, ",
|
LLAMA_LOG_INFO("[%4d/%4d] %-36s - [%s], type = %6s, ",
|
||||||
++idx, ml.n_tensors,
|
++idx, ml.n_tensors,
|
||||||
ggml_get_name(tensor),
|
ggml_get_name(tensor),
|
||||||
llama_format_tensor_shape(tensor).c_str(),
|
llama_format_tensor_shape(tensor).c_str(),
|
||||||
|
|||||||
Reference in New Issue
Block a user