Update zipformer.py

This commit is contained in:
zr_jin 2025-01-28 09:38:10 +08:00 committed by GitHub
parent b8ce8061a7
commit 5cf7e42cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2460,3 +2460,4 @@ if __name__ == "__main__":
torch.set_num_interop_threads(1) torch.set_num_interop_threads(1)
_test_zipformer_main(False) _test_zipformer_main(False)
_test_zipformer_main(True) _test_zipformer_main(True)