Skip to content

Commit 60bde82

Browse files
ggerganovslaren
andauthored
cont : fix units MB -> MiB
Co-authored-by: Diego Devesa <[email protected]>
1 parent 18b0e56 commit 60bde82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model-loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ llama_model_loader::llama_model_loader(
600600

601601
if (trace > 0) {
602602
const uint16_t sid = w.idx;
603-
LLAMA_LOG_INFO("%s: - tensor split %2d: %32s %-8s [ %s ] %8.2f MB\n", __func__,
603+
LLAMA_LOG_INFO("%s: - tensor split %2d: %32s %-8s [ %s ] %8.2f MiB\n", __func__,
604604
sid, ggml_get_name(tensor), ggml_type_name(type), llama_format_tensor_shape(tensor).c_str(),
605605
ggml_nbytes(tensor)/1024.0f/1024.0f);
606606
}

0 commit comments

Comments
 (0)