You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tutorials/tts/FastPitch_Finetuning.ipynb on Colab get error on import FastPitchModel
Steps/Code to reproduce bug
[/usr/local/lib/python3.10/dist-packages/nemo/collections/nlp/modules/common/prompt_encoder.py](https://localhost:8080/#) in TPMLP()
138 def __init__(
139 self,
--> 140 config: ModelParallelConfig,
141 total_virtual_tokens: int,
142 hidden_size: int,
NameError: name 'ModelParallelConfig' is not defined
The text was updated successfully, but these errors were encountered:
Run the google colab until part 3 ("Run NFA"). The first code cell (!python $NEMO_DIR_PATH/tools/nemo..etc..) returns NameError: name 'ModelParallelConfig' is not defined
A lot of scripts are broken at the moment because of a commit involving Megatron https://github.com/NVIDIA/NeMo/commit/4833347105b5ec8526ae182cd2e1011b091ea89d
Until issues with this are resolved, I suggest using the commit before that one, like https://github.com/NVIDIA/NeMo/commit/f4afdf07ad742bdb2f45135f05d5d7dd8270eb51
Describe the bug
Running
tutorials/tts/FastPitch_Finetuning.ipynb
on Colab get error onimport FastPitchModel
Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: