Skip to content

Commit

Permalink
oom
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Dec 16, 2024
1 parent 1f7eee0 commit c2baf28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def py():
task=task,
model=model,
recog_def=model_recog,
config={"batch_size": 10_000 * ctc_model.definition.batch_size_factor},
config={"batch_size": 5_000 * ctc_model.definition.batch_size_factor},
)
tk.register_output(f"{prefix}/recog-priorScale{prior_scale}-lmScale{lm_scale}", res.output)

Expand Down

0 comments on commit c2baf28

Please sign in to comment.