mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 19:31:48 +00:00
Fix compiler warning
This commit is contained in:
@@ -1325,7 +1325,7 @@ public:
|
|||||||
n_batch,
|
n_batch,
|
||||||
true, // logits last
|
true, // logits last
|
||||||
&new_n_past);
|
&new_n_past);
|
||||||
snprintf(buffer, 512, "processed in %d ms", ggml_time_ms() - t0);
|
snprintf(buffer, 512, "processed in %g ms", 1.*(ggml_time_ms() - t0));
|
||||||
LOG_INFO(buffer, {});
|
LOG_INFO(buffer, {});
|
||||||
if (result != 0) {
|
if (result != 0) {
|
||||||
snprintf(buffer, 512, "mtmd_helper_eval failed with status %d", result);
|
snprintf(buffer, 512, "mtmd_helper_eval failed with status %d", result);
|
||||||
|
|||||||
Reference in New Issue
Block a user