diff --git a/whisper-cpp-2023/git.d b/whisper-cpp-2023/git.d new file mode 160000 index 0000000..0a2d121 --- /dev/null +++ b/whisper-cpp-2023/git.d @@ -0,0 +1 @@ +Subproject commit 0a2d1210bcb98978214bbf4e100922a413afd39d diff --git a/whisper-cpp-2023/native.sh b/whisper-cpp-2023/native.sh new file mode 100644 index 0000000..31c3c9c --- /dev/null +++ b/whisper-cpp-2023/native.sh @@ -0,0 +1,11 @@ +#! /bin/bash + +if [ ! -d ./git.d ]; then + git clone https://github.com/ggerganov/whisper.cpp.git git.d +fi + +cd ./git.d +make samples +make +bash ./models/download-ggml-model.sh tiny.en +time ./main -m ./models/ggml-tiny.en.bin -f samples/gb1.wav -t 4