Skip to content

Commit

Permalink
use v3 large
Browse files Browse the repository at this point in the history
  • Loading branch information
evq committed Sep 10, 2024
1 parent 626f639 commit c60f52e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
runner_audio_transcriber = LocalRunner(
WhisperHFRunnable,
name="audio_transcriber",
runnable_init_params={
# FIXME for local testing
"model_id": "openai/whisper-tiny",
},
batch_params=BatchParameters(max_size=32),
)
vad_executor_pool = ProcessPoolExecutor()
Expand Down

0 comments on commit c60f52e

Please sign in to comment.