Riva-speech:1.2.0 and whisper-large download issue

Hello,

I am following the instructions in the folloiwng link and run into 2 issues:

Getting Started — NVIDIA NIM Riva ASR

  1. riva-speech:1.2.0 NIM which is cited in the link above, is not available.
  2. riva-speech:1.1.0 NIM works fine but when I provide the whisper-large-v3 model_profile per link above, 17df6cbe-8a2b-11ef-913c-a7aa70fd628b, the NIM is still downloading parakeet instead.

Error 1 - riva-speech 1.2.0 is not available

$ docker run -it --rm --name=$ASR_CONTAINER_NAME
–runtime=nvidia --gpus ‘“device=5”’ --shm-size=16GB -e NGC_API_KEY -e NIM_MANIFEST_
PROFILE -e NIM_HTTP_API_PORT=9000 -e NIM_GRPC_API_PORT=50051 -p 9301:9000 -p 53051:50051
nvcr.io/nim/nvidia/riva-speech:1.2.0
Unable to find image ‘nvcr.io/nim/nvidia/riva-speech:1.2.0’ locally
docker: Error response from daemon: manifest for nvcr.io/nim/nvidia/riva-speech:1.2.0 not found: manifest unknown: manifest unknown.

Error 2 - whisper-large–v3 model profile is dowloading parakeet insetad
$ docker run -it --rm --name=$ASR_CONTAINER_NAME
–runtime=nvidia --gpus ‘“device=5”’ --shm-size=16GB -v /home/user/Downloads/NVIDIA/RIVA/riva-speech-NIM-models:/home/nvs/.cache/nim -e NGC_API_KEY=$NGC_API_KEY -e NIM_MANIFEST_PROFILE=17df6cbe-8a2b-11ef-913c-a7aa70fd628b -e NIM_HTTP_API_PORT=9000 -e NIM_GRPC_API_PORT=50051 -p 9301:9000 -p 53051:50051 nvcr.io/nim/nvidia/riva-speech:1.1.0
“timestamp”: “2025-01-22 21:55:59,776”, “level”: “INFO”, “message”: “Starting nimlib 0.1.47”
“timestamp”: “2025-01-22 21:55:59,776”, “level”: “INFO”, “message”: “NIM VERSION:”
1.0.0

“timestamp”: “2025-01-22 21:56:01,655”, “level”: “INFO”, “message”: “Downloading model to: /opt/nim/.cache/./parakeet-ctc-riva-1-1b_ven-us-str_h100x1_24.06”
“timestamp”: “2025-01-22 21:56:01,655”, “level”: “INFO”, “message”: “Downloading model ‘nim/nvidia/parakeet-ctc-riva-1-1b:en-us-str_h100x1_24.06’ from NGC to /opt/nim/.cache/.”