]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tts : remove printfs (#12640)
authormarcoStocchi <redacted>
Mon, 31 Mar 2025 08:20:30 +0000 (10:20 +0200)
committerGitHub <redacted>
Mon, 31 Mar 2025 08:20:30 +0000 (11:20 +0300)
commit52de2e594979be52f0da92601747aa44a13e50e4
tree767f58c5e670d88b8ee49550f97dcf34fe2ee06f
parent2c3f8b850a4a6cff0f5dda2135c03fc81d33ed8b
tts : remove printfs (#12640)

* tts.cpp : llama tokens console output is done using LOG_INF instead of printf(). Therefore the options '--log-disable' and '--log-file' have now uniform impact on all output.
examples/tts/tts.cpp