]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : fix logging of build + system info (#21460)
authorddh0 <redacted>
Sun, 5 Apr 2026 14:14:02 +0000 (09:14 -0500)
committerGitHub <redacted>
Sun, 5 Apr 2026 14:14:02 +0000 (16:14 +0200)
commit5d3a4a7da5e3dd42f5922aba2fe21b520e96e830
treeb4ece85ff8c15fa3767ae1db3655d9ed055e5749
parentc08d28d08871715fd68accffaeeb76ddcaede658
server : fix logging of build + system info (#21460)

This PR changes the logging that occurs at startup of llama-server.
Currently, it is redundant (including CPU information twice) and it is
missing the build + commit info.
tools/server/server.cpp