From 227b5ffa364f8572f53d0517b379afc01e1dce25 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 31 Dec 2024 11:46:17 +0200 Subject: [PATCH] make : fix "main" -> "whisper-cli" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81fd3920..9718ab0c 100644 --- 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