Skip to content

Commit

Permalink
make : fix "main" -> "whisper-cli"
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 31, 2024
1 parent 36a64a2 commit 227b5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 227b5ff

Please sign in to comment.