]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
sync : whisper.cpp (#1250)
authorGeorgi Gerganov <redacted>
Thu, 29 May 2025 10:29:50 +0000 (13:29 +0300)
committerGitHub <redacted>
Thu, 29 May 2025 10:29:50 +0000 (13:29 +0300)
* ggml : Fix backtrace breaking Windows build (whisper/3203)

* sync : whisper.cpp

ggml-ci

---------

Co-authored-by: Daniel Tang <redacted>
scripts/sync-whisper.last
src/ggml.c

index c0cbd19fa5ba589b48b94ba50ac7888d301d83b7..6e047b69a5bddb9c246413ee67ffd659f69ead27 100644 (file)
@@ -1 +1 @@
-ca890f566fbcc769127afceb01541a8f06a83c3b
+4d18e52f553a22b77315ebd2bcbe3050f7ed65e1
index 7a1d0a8c6b5347d337fc00f05e13e606eb33b57b..5cea1dbe47494cca3f0cf988f1f837c172267406 100644 (file)
@@ -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