Skip to content

Commit

Permalink
Merge pull request #115 from slaesh/fix/pin-silero-vad-version-to-v4
Browse files Browse the repository at this point in the history
fix: pin silero-vad version to v4
  • Loading branch information
Gldkslfmsd authored Sep 1, 2024
2 parents 73904ef + 5290e73 commit 225f038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def __init__(self, online_chunk_size, *a, **kw):
# VAC:
import torch
model, _ = torch.hub.load(
repo_or_dir='snakers4/silero-vad',
repo_or_dir='snakers4/silero-vad:v4.0',
model='silero_vad'
)
from silero_vad import VADIterator
Expand Down

0 comments on commit 225f038

Please sign in to comment.