Skip to content

Commit

Permalink
correct model name display on running samples
Browse files Browse the repository at this point in the history
  • Loading branch information
vicalloy authored and ggerganov committed Nov 25, 2022
1 parent e4805d9 commit fd11368
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 @@ -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 ; \
Expand Down

0 comments on commit fd11368

Please sign in to comment.