commit 304726c1e5ea2346d699628fe4ac6dfd2fbd87d3
parent f376b4009c3f3cda7927801ad0a44f5e4b91196c
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 21 Feb 2024 21:47:29 +0100
Enable gpu
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/setup.sh b/setup.sh
@@ -35,11 +35,11 @@ if [ ! -f "whisper.cpp/whisper.cpp" ]
then
echo "downloading whisper.cpp"
git clone https://github.com/ggerganov/whisper.cpp
-
+
echo "compiling whisper..."
cd whisper.cpp
- make
-
+ WHISPER_CLBLAST=1 make -j
+
echo "downloading the model"
./models/download-ggml-model.sh medium
else