mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-06 05:29:03 +00:00
fixed the alignment display
This commit is contained in:
parent
6a416534c8
commit
230c68b80c
1 changed files with 3 additions and 3 deletions
|
@ -1810,7 +1810,7 @@ void device_print_props(struct device_info * dev_info_set, int n, struct llama_m
|
|||
}
|
||||
LOG_INF("\n");
|
||||
|
||||
LOG_INF("| Disk Write Seq Speed (GB/s) ");
|
||||
LOG_INF("| Disk Write Seq Speed (GB/s) ");
|
||||
for (int i = 0; i < n; ++i) {
|
||||
LOG_INF("| %-10.2f ", dev_info_set[i].disk.write_seq_bw);
|
||||
}
|
||||
|
@ -2206,7 +2206,7 @@ void device_print_props(struct device_info * dev_info_set, int n, struct llama_m
|
|||
LOG_INF("| %-10" PRId64 " ", dev_info_set[0].model_params.output_f16);
|
||||
LOG_INF("\n");
|
||||
|
||||
LOG_INF("| Model params (output Q2K) ");
|
||||
LOG_INF("| Model params (output Q2K) ");
|
||||
LOG_INF("| %-10" PRId64 " ", dev_info_set[0].model_params.output_q2k);
|
||||
LOG_INF("\n");
|
||||
|
||||
|
@ -2234,7 +2234,7 @@ void device_print_props(struct device_info * dev_info_set, int n, struct llama_m
|
|||
LOG_INF("| %-10" PRId64 " ", dev_info_set[0].model_params.output_iq1s);
|
||||
LOG_INF("\n");
|
||||
|
||||
LOG_INF("| Model params (output IQ4NL) ");
|
||||
LOG_INF("| Model params (output IQ4NL) ");
|
||||
LOG_INF("| %-10" PRId64 " ", dev_info_set[0].model_params.output_iq4nl);
|
||||
LOG_INF("\n");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue