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

* sync : whisper.cpp

ggml-ci

---------

Co-authored-by: Daniel Tang <redacted>
ggml/src/ggml.c

index 8c941cdf8a804a30d07037871537a5fc3ff736d5..196b7b8f3e2ae6edaf3a88c44f11f7034bf51c44 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