]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Use fprintf for diagnostic output (#48)
authorPavol Rusnak <redacted>
Mon, 13 Mar 2023 16:39:56 +0000 (17:39 +0100)
committerGitHub <redacted>
Mon, 13 Mar 2023 16:39:56 +0000 (18:39 +0200)
commit671d5cac15241b495006f56482bf2d6967dca91f
tree8f9ce028638d9128d6c01cea04e2de3e7b3834af
parent84d9015c4a91ab586ba65d5bd31a8482baf46ba1
Use fprintf for diagnostic output (#48)

keep printf only for printing model output

one can now use ./main ... 2>dev/null to suppress any diagnostic output
main.cpp