milliseconds for native
This commit is contained in:
1
whisper-cpp-2023/git.d
Submodule
1
whisper-cpp-2023/git.d
Submodule
Submodule whisper-cpp-2023/git.d added at 0a2d1210bc
11
whisper-cpp-2023/native.sh
Normal file
11
whisper-cpp-2023/native.sh
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user