]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
make : fix "main" -> "whisper-cli"
authorGeorgi Gerganov <redacted>
Tue, 31 Dec 2024 09:46:17 +0000 (11:46 +0200)
committerGeorgi Gerganov <redacted>
Tue, 31 Dec 2024 09:46:17 +0000 (11:46 +0200)
Makefile

index 81fd392029d2784a5bf9fff92c836f73bfc54b20..9718ab0ce18bec1d1dd1c0649d38aff500036f72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,6 @@ tiny.en tiny base.en base small.en small medium.en medium large-v1 large-v2 larg
                echo "[+] Running $@ on $$f ... (run 'ffplay $$f' to listen)" ; \
            echo "----------------------------------------------" ; \
                echo "" ; \
-               ./build/bin/main -m models/ggml-$@.bin -f $$f ; \
+               ./build/bin/whisper-cli -m models/ggml-$@.bin -f $$f ; \
                echo "" ; \
        done