Skip to content

Commit

Permalink
try distil whisper v3
Browse files Browse the repository at this point in the history
  • Loading branch information
evq committed Sep 10, 2024
1 parent 9f3e14f commit 59b6c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
runner_audio_transcriber = LocalRunner(
WhisperHFRunnable,
name="audio_transcriber",
runnable_init_params={
"model_id": "distil-whisper/distil-large-v3",
},
batch_params=BatchParameters(max_size=32),
)
vad_executor_pool = ProcessPoolExecutor()
Expand Down

0 comments on commit 59b6c33

Please sign in to comment.