diff --git a/faster_whisper/assets/silero_vad_v6.onnx b/faster_whisper/assets/silero_vad_v6.onnx index 9febab9..7a1964d 100644 Binary files a/faster_whisper/assets/silero_vad_v6.onnx and b/faster_whisper/assets/silero_vad_v6.onnx differ diff --git a/tests/test_transcribe.py b/tests/test_transcribe.py index ccbaba0..8901774 100644 --- a/tests/test_transcribe.py +++ b/tests/test_transcribe.py @@ -245,7 +245,7 @@ def test_transcribe_signature(): def test_monotonic_timestamps(physcisworks_path): - model = WhisperModel("tiny") + model = WhisperModel("base") pipeline = BatchedInferencePipeline(model=model) segments, info = model.transcribe(physcisworks_path, word_timestamps=True)