Replies: 3 comments 4 replies
-
You have to use the pytorch lightning version that Nemo is compatible with. The latest Nemo branch supports lightning 1.9 and above (but not 2.0 yet) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@titu1994 , I have tried: 1.5.5 , 1.6.5, 1.7.7, and 1.9.3. They all fail. My torch is 1.13.1. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@titu1994 , I'm using version 1.17.0 And here is the notebook that I am trying to use: Whisper_Transcription_+_NeMo_Diarization.ipynb |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot find a workaround with the error below while running in Google Colab. I have installed pytorch-lightning with command
!pip install -qq pytorch-lightning==1.5.4
and have tried many different versions too. But still import fails. What is going wrong?Beta Was this translation helpful? Give feedback.
All reactions