Add deprecation warning to decoder (#3055)
Summary: Flashlight Text decoder is now available on PyPI and KenLM support is being added at https://github.com/flashlight/text/pull/43 Once this work is merged, we can rely on the official distribution of Flashlight Text package, so we are adding deprecation warning. Once the decoder is fully available, one can install it with ``` pip install flashlight-text pip install git+https://github.com/kpu/kenlm.git ``` Pull Request resolved: https://github.com/pytorch/audio/pull/3055 Reviewed By: hwangjeff, nateanl Differential Revision: D43239150 Pulled By: mthrok fbshipit-source-id: 728cb208b8403100cd4ccd80c6295d454756b414
Showing
Please register or sign in to comment