Skip to content

Commit

Permalink
fix: pin silero-vad version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
slaesh committed Sep 1, 2024
1 parent 73904ef commit 5290e73
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 5290e73

Please sign in to comment.