Skip to content

Commit

Permalink
Update zipformer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr authored Jan 28, 2025
1 parent b8ce806 commit 5cf7e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion egs/librispeech/ASR/zipformer/zipformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2459,4 +2459,5 @@ def _test_zipformer_main(causal: bool = False):
torch.set_num_threads(1)
torch.set_num_interop_threads(1)
_test_zipformer_main(False)
_test_zipformer_main(True)
_test_zipformer_main(True)

0 comments on commit 5cf7e42

Please sign in to comment.