Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fquirin committed Jan 17, 2023
1 parent f2ca3c6 commit be6c184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion whisper-cpp/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ fi
echo "Running build process ..."
if [ -n "$1" ] && [ "$1" == "BLAS" ]; then
make clean
WHISPER_OPENBLAS=1 make && make bench
WHISPER_OPENBLAS=1 make
WHISPER_OPENBLAS=1 make bench
else
make clean && make && make bench
fi
Expand Down

0 comments on commit be6c184

Please sign in to comment.