Decoding with language model
Updating the worker so that we can decode with a language model (ARPA file).
I spent some time trying to make nnutils-pytorch
work with torchaudio=0.12
.
In the end, I just generated a Python wheel file for nnutils-pytorch
which is compatible with torch==1.12
/ torchaudio 0.12
Tested here.
Edited by Solene Tarride