Skip to content

Commit 02f9bea

Browse files
authored
Changes: tiny -> base in test_monotonic_timestamps()
1 parent 4ec6e2c commit 02f9bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transcribe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def test_transcribe_signature():
245245

246246

247247
def test_monotonic_timestamps(physcisworks_path):
248-
model = WhisperModel("tiny")
248+
model = WhisperModel("base")
249249
pipeline = BatchedInferencePipeline(model=model)
250250

251251
segments, info = model.transcribe(physcisworks_path, word_timestamps=True)

0 commit comments

Comments
 (0)