Describe the bug
Trying to load the model produces an error that ConformerEncoder.__init__() got an unexpected keyword argument 'att_chunk_context_size'.
Steps/Code to reproduce bug
Install version 2.7.3
Try to load the model:
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-unified-en-0.6b")
Describe the bug
Trying to load the model produces an error that
ConformerEncoder.__init__()got an unexpected keyword argument 'att_chunk_context_size'.Steps/Code to reproduce bug
Install version 2.7.3
Try to load the model: