We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
NeMo is not loading a ASR model I wanted to run because of internal dependency issues on HuggingFace Hub.
Steps/Code to reproduce bug
Colab Link: colab link
!pip install nemo_toolkit['all'] import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-tdt_ctc-110m")
Expected behavior
It should load up the model.
Environment overview (please complete the following information)
Check colab notebook
Environment details
Additional context
The text was updated successfully, but these errors were encountered:
this was solved in r2.0.0rc1
r2.0.0rc1
Sorry, something went wrong.
please install !pip install huggingface-hub==0.23.3
!pip install huggingface-hub==0.23.3
nithinraok
No branches or pull requests
Describe the bug
NeMo is not loading a ASR model I wanted to run because of internal dependency issues on HuggingFace Hub.
Steps/Code to reproduce bug
Colab Link: colab link
Expected behavior
It should load up the model.
Environment overview (please complete the following information)
Check colab notebook
Environment details
Check colab notebook
Additional context
Check colab notebook
The text was updated successfully, but these errors were encountered: