We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a64a2 commit 227b5ffCopy full SHA for 227b5ff
Makefile
@@ -64,6 +64,6 @@ tiny.en tiny base.en base small.en small medium.en medium large-v1 large-v2 larg
64
echo "[+] Running $@ on $$f ... (run 'ffplay $$f' to listen)" ; \
65
echo "----------------------------------------------" ; \
66
echo "" ; \
67
- ./build/bin/main -m models/ggml-$@.bin -f $$f ; \
+ ./build/bin/whisper-cli -m models/ggml-$@.bin -f $$f ; \
68
69
done
0 commit comments