mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-06 12:19:03 +00:00
correct GB to GiB
This commit is contained in:
parent
b2bc836423
commit
5b46c4e848
1 changed files with 1 additions and 1 deletions
|
@ -1581,7 +1581,7 @@ void device_print_props(struct device_info * dev_info_set, int n, struct llama_m
|
|||
}
|
||||
LOG_INF("\n");
|
||||
|
||||
LOG_INF("| Physical Mem Total (GB) ");
|
||||
LOG_INF("| Physical Mem Total (GiB) ");
|
||||
for (int i = 0; i < n; ++i) {
|
||||
LOG_INF("| %-10.2f ", dev_info_set[i].memory.total_physical);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue