milliseconds for native
parent
67de59a3ec
commit
680cf99728
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 0a2d1210bcb98978214bbf4e100922a413afd39d
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue