From: Georgi Gerganov Date: Mon, 6 Mar 2023 19:02:24 +0000 (+0200) Subject: bench-wts.sh : rename script + add execute permission X-Git-Tag: upstream/1.7.4~1550 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=bb6b54a03d442833dcc34fda6c09d585a112bbcf;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp bench-wts.sh : rename script + add execute permission --- diff --git a/extra/bench-wts.sh b/extra/bench-wts.sh new file mode 100755 index 00000000..223d71b8 --- /dev/null +++ b/extra/bench-wts.sh @@ -0,0 +1,70 @@ +# Benchmark word-level timestamps for different models +# +# This script takes two arguments +# - an audio file +# - [optional] path to a font file + +# I'm using "/usr/share/fonts/truetype/freefont/FreeMono.ttf" on Ubuntu + +if [ -z "$1" ]; then + echo "Usage: $0