diff --git a/src/examples/speech_recognition/w2l_decoder.py b/src/examples/speech_recognition/w2l_decoder.py index 8dbe002..ae75550 100644 --- a/src/examples/speech_recognition/w2l_decoder.py +++ b/src/examples/speech_recognition/w2l_decoder.py @@ -38,7 +38,7 @@ ) except: warnings.warn( - "flashlight python bindings are required to use this functionality. Please install from https://github.com/facebookresearch/flashlight/tree/master/bindings/python" + "flashlight python bindings are required to use this functionality. Please install from https://github.com/flashlight/text and https://github.com/flashlight/sequence" ) LM = object LMState = object