Skip to content

Commit

Permalink
max batch size 32
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp committed Aug 19, 2024
1 parent de9ca33 commit e7e9985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
runner_audio_transcriber = bentoml.Runner(
BatchableAudioTranscriber,
name="audio_transcriber",
max_batch_size=16,
max_batch_size=32,
)


Expand Down

0 comments on commit e7e9985

Please sign in to comment.