Skip to content

Commit

Permalink
fix typo (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoyang1998 authored Feb 20, 2023
1 parent 4626c60 commit c51e6c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2377,6 +2377,6 @@ def modified_beam_search_lm_shallow_fusion(
return ans
else:
return DecodingResults(
tokens=ans,
hyps=ans,
timestamps=ans_timestamps,
)

0 comments on commit c51e6c5

Please sign in to comment.