server: add memory breakdown print (#16740)

This commit is contained in:
Johannes Gäßler 2025-10-23 21:30:17 +02:00 committed by GitHub
parent dd62dcfab9
commit 0bf47a1dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -5714,6 +5714,7 @@ int main(int argc, char ** argv) {
clean_up();
t.join();
llama_memory_breakdown_print(ctx_server.ctx);
return 0;
}