mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-06 08:09:02 +00:00
reformat highs log
This commit is contained in:
parent
94f01993fa
commit
c634c2fcbe
1 changed files with 3 additions and 3 deletions
|
@ -1339,7 +1339,7 @@ static void assign_device(
|
|||
GGML_ASSERT(final_solution[m] == w[m] && final_solution[m + n_world] == n[m]);
|
||||
LOG_INF("\n%s:\n", device_name);
|
||||
LOG_INF(" - Device Index : %d\n", m);
|
||||
LOG_INF(" - N Layer Window: %d\n", w[m]);
|
||||
LOG_INF(" - N Layer Window : %d\n", w[m]);
|
||||
LOG_INF(" - N GPU Layers : %d\n", n[m]);
|
||||
}
|
||||
LOG_INF("\nTotal Latency: %.3f ms\n", final_objective);
|
||||
|
|
Loading…
Add table
Reference in a new issue