runtime error

Exit code: 1. Reason: ule> model = ASRModel.from_pretrained(model_name=MODEL_NAME) File "/usr/local/lib/python3.13/site-packages/nemo/core/classes/common.py", line 867, in from_pretrained class_, nemo_model_file_in_cache = cls._get_hf_hub_pretrained_model_info( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ model_name=model_name, refresh_cache=refresh_cache ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/nemo/core/classes/common.py", line 1003, in _get_hf_hub_pretrained_model_info repo_info = api.repo_info(repo_id=model_name, token=hf_token, files_metadata=True) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 2867, in repo_info return method( repo_id, ...<4 lines>... files_metadata=files_metadata, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 2661, in model_info hf_raise_for_status(r) ~~~~~~~~~~~~~~~~~~~^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 453, in hf_raise_for_status raise _format(RepositoryNotFoundError, message, response) from e huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6997ec7e-2e91ca43128673343a8cfbc5;cbefb86e-7bba-49e9-8e4c-b2ee751b1c71) Repository Not Found for url: https://huggingface.co/api/models/adalat-ai/FastConformer-Hybrid-TDT-CTC-512-L-nostream?blobs=True. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication Invalid username or password.

Container logs:

Fetching error logs...