diff --git a/whisper-cpp-2023/main b/whisper-cpp-2023/c-whisper similarity index 100% rename from whisper-cpp-2023/main rename to whisper-cpp-2023/c-whisper diff --git a/whisper-cpp-2023/compare.sh b/whisper-cpp-2023/compare.sh new file mode 100644 index 0000000..37ddbbb --- /dev/null +++ b/whisper-cpp-2023/compare.sh @@ -0,0 +1 @@ +m=models/ggml-tiny.en.bin; f=git.d/samples/jfk.wav; time MODEL=$m WAV=$f rust-whisper 2>&1 | tail; time ./c-whisper -m $m -f $f -t 4 2>&1 | tail