]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
bench : sync submit-results URL to ggml-org (#3769)
authorjinweihan <redacted>
Mon, 20 Apr 2026 05:12:57 +0000 (22:12 -0700)
committerGitHub <redacted>
Mon, 20 Apr 2026 05:12:57 +0000 (07:12 +0200)
The project moved from ggerganov/ to ggml-org/ and the README already
references the new URL in both places it mentions issue #89 (README.md
and examples/bench/README.md). Syncing the two remaining hardcoded URLs
in examples/bench/bench.cpp and examples/bench.wasm/emscripten.cpp.

The old URL still redirects, so this is cosmetic.

examples/bench.wasm/emscripten.cpp
examples/bench/bench.cpp

index 083397db0573a4aa68a73998f54428f4ca1f22d6..7e9f277f66ed3896e540b8994a18873c4c8d1d97 100644 (file)
@@ -45,7 +45,7 @@ void bench_main(size_t index) {
     fprintf(stderr, "\n");
     fprintf(stderr, "If you wish, you can submit these results here:\n");
     fprintf(stderr, "\n");
-    fprintf(stderr, "  https://github.com/ggerganov/whisper.cpp/issues/89\n");
+    fprintf(stderr, "  https://github.com/ggml-org/whisper.cpp/issues/89\n");
     fprintf(stderr, "\n");
     fprintf(stderr, "Please include the following information:\n");
     fprintf(stderr, "\n");
index 049473d4f32e4bcc12732c3003fe22815014792e..84915c56a8ab163f177bd2c03359adb6a4367161 100644 (file)
@@ -157,7 +157,7 @@ static int whisper_bench_full(const whisper_params & params) {
     fprintf(stderr, "\n");
     fprintf(stderr, "If you wish, you can submit these results here:\n");
     fprintf(stderr, "\n");
-    fprintf(stderr, "  https://github.com/ggerganov/whisper.cpp/issues/89\n");
+    fprintf(stderr, "  https://github.com/ggml-org/whisper.cpp/issues/89\n");
     fprintf(stderr, "\n");
     fprintf(stderr, "Please include the following information:\n");
     fprintf(stderr, "\n");