llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

use fprintf for diagnostic output, keep printf only for printing model output

Open prusnak opened this issue 1 year ago • 0 comments

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

Fixes https://github.com/ggerganov/llama.cpp/issues/5

prusnak avatar Mar 12 '23 13:03 prusnak