From: Jie Fu (傅杰) Date: Thu, 21 Aug 2025 08:54:34 +0000 (+0800) Subject: common : fix incorrect print of non-ascii characters in the logging (#15466) X-Git-Tag: upstream/0.0.6527~302 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2f3dbffb17ef782edfd50e5a130cec6e8a7e47f8;p=pkg%2Fggml%2Fsources%2Fllama.cpp common : fix incorrect print of non-ascii characters in the logging (#15466) Signed-off-by: Jie Fu --- diff --git a/common/common.cpp b/common/common.cpp index 67dd5404..decabcc2 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -558,13 +558,6 @@ std::string string_from(const struct llama_context * ctx, const std::vector