Skip to content
New issue

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

NeMO dependency issues on HuggingFace Hub (for ASR models) #10940

Open
bhavnicksm opened this issue Oct 18, 2024 · 1 comment
Open

NeMO dependency issues on HuggingFace Hub (for ASR models) #10940

bhavnicksm opened this issue Oct 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bhavnicksm
Copy link

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

Check colab notebook

Additional context

Check colab notebook

@bhavnicksm bhavnicksm added the bug Something isn't working label Oct 18, 2024
@MahmoudAshraf97
Copy link

this was solved in r2.0.0rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants