mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 08:34:37 +01:00
correct model name display on running samples
This commit is contained in:
parent
e4805d9601
commit
fd113687aa
2
Makefile
2
Makefile
@ -198,7 +198,7 @@ tiny.en tiny base.en base small.en small medium.en medium large: main
|
||||
@echo ""
|
||||
@for f in samples/*.wav; do \
|
||||
echo "----------------------------------------------" ; \
|
||||
echo "[+] Running base.en on $$f ... (run 'ffplay $$f' to listen)" ; \
|
||||
echo "[+] Running $@ on $$f ... (run 'ffplay $$f' to listen)" ; \
|
||||
echo "----------------------------------------------" ; \
|
||||
echo "" ; \
|
||||
./main -m models/ggml-$@.bin -f $$f ; \
|
||||
|
Loading…
Reference in New Issue
Block a user