]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Update LOG_IMPL and LOG_TEE_IMPL (#7029)
authorAndrew Downing <redacted>
Wed, 1 May 2024 21:31:30 +0000 (17:31 -0400)
committerGitHub <redacted>
Wed, 1 May 2024 21:31:30 +0000 (23:31 +0200)
commitb0d943de179ad5dbd83d51f327fb566066f4ccda
treee0264035002e1aa585925cfbcd4393a3e6539306
parent8d608a81b7bd170f700648f8214e6f3279d4d715
Update LOG_IMPL and LOG_TEE_IMPL (#7029)

ROCm clang defines _MSC_VER which results in the wrong implementation of LOG_IMPL and LOG_TEE_IMPL being compiled.

This fixes https://github.com/ggerganov/llama.cpp/issues/6972
common/log.h