From 5ed25a8cdd8c742d146135470bf828640f8d5502 Mon Sep 17 00:00:00 2001 From: leejet Date: Sun, 7 Sep 2025 12:55:30 +0800 Subject: [PATCH] add missing s --- model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model.cpp b/model.cpp index ce9e9b7..66e0431 100644 --- a/model.cpp +++ b/model.cpp @@ -2213,7 +2213,7 @@ bool ModelLoader::load_tensors(on_new_tensor_cb_t on_new_tensor_cb) { } } int64_t end_time = ggml_time_ms(); - LOG_INFO("loading tensors completed, taking %.2fs (process: %.2f, read: %.2fs, memcpy: %.2fs, convert: %.2fs, copy_to_backend: %.2fs)", + LOG_INFO("loading tensors completed, taking %.2fs (process: %.2fs, read: %.2fs, memcpy: %.2fs, convert: %.2fs, copy_to_backend: %.2fs)", (end_time - start_time) / 1000.f, process_time_ms / 1000.f, read_time_ms / 1000.f,