mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-26 16:48:50 +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 ""
|
@echo ""
|
||||||
@for f in samples/*.wav; do \
|
@for f in samples/*.wav; do \
|
||||||
echo "----------------------------------------------" ; \
|
echo "----------------------------------------------" ; \
|
||||||
echo "[+] Running base.en on $$f ... (run 'ffplay $$f' to listen)" ; \
|
echo "[+] Running $@ on $$f ... (run 'ffplay $$f' to listen)" ; \
|
||||||
echo "----------------------------------------------" ; \
|
echo "----------------------------------------------" ; \
|
||||||
echo "" ; \
|
echo "" ; \
|
||||||
./main -m models/ggml-$@.bin -f $$f ; \
|
./main -m models/ggml-$@.bin -f $$f ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user