Skip to content

Commit

Permalink
Fix whisper model export
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Apr 9, 2024
1 parent 3b50fe4 commit 8ef7c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ function getSTT() {
}
whichWhisperModel
./models/download-ggml-model.sh $whispermodel
echo "export WHISPER_MODEL=$whispermodel" >> ./chipper/source.sh
cd bindings/go
make whisper
cd ${origDir}
echo "export WHISPER_MODEL=$whispermodel" >> ./chipper/source.sh
else
echo "export STT_SERVICE=coqui" >> ./chipper/source.sh
if [[ ! -f ./stt/completed ]]; then
Expand Down

0 comments on commit 8ef7c45

Please sign in to comment.