Skip to content

Commit

Permalink
git install silero-vad
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic-Eric committed Sep 4, 2024
1 parent 9779fdf commit 2dbeb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install huggingface-hub
pip install fairseq
pip install sentencepiece
pip install openai-whisper editdistance pyaudio
pip install openai-whisper editdistance pyaudio silero-vad
pip install -e .
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -c "import nltk; nltk.download('averaged_perceptron_tagger_eng')"
Expand Down

0 comments on commit 2dbeb0f

Please sign in to comment.