Unverified Commit 83427953 authored by moto-meta's avatar moto-meta Committed by GitHub
Browse files

Fix cuctc module

Differential Revision: D50602496

Pull Request resolved: https://github.com/pytorch/audio/pull/3670
parent a78ba389
...@@ -43,4 +43,4 @@ def __dir__(): ...@@ -43,4 +43,4 @@ def __dir__():
return sorted(__all__) return sorted(__all__)
__all__ = [_CTC_DECODERS, _CUDA_CTC_DECODERS] __all__ = _CTC_DECODERS + _CUDA_CTC_DECODERS
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment