From: Georgi Gerganov Date: Thu, 29 May 2025 10:29:50 +0000 (+0300) Subject: sync : whisper.cpp (#1250) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=29077268e4e614382c6239eb74cc459a11cd13a9;p=pkg%2Fggml%2Fsources%2Fggml sync : whisper.cpp (#1250) * ggml : Fix backtrace breaking Windows build (whisper/3203) * sync : whisper.cpp ggml-ci --------- Co-authored-by: Daniel Tang --- diff --git a/scripts/sync-whisper.last b/scripts/sync-whisper.last index c0cbd19f..6e047b69 100644 --- a/scripts/sync-whisper.last +++ b/scripts/sync-whisper.last @@ -1 +1 @@ -ca890f566fbcc769127afceb01541a8f06a83c3b +4d18e52f553a22b77315ebd2bcbe3050f7ed65e1 diff --git a/src/ggml.c b/src/ggml.c index 7a1d0a8c..5cea1dbe 100644 --- a/src/ggml.c +++ b/src/ggml.c @@ -200,7 +200,7 @@ void ggml_print_backtrace(void) { } } #else -static void ggml_print_backtrace(void) { +void ggml_print_backtrace(void) { // platform not supported } #endif