Error running ASR Jupyter notebook

Hardware: Jetson AGX Orin Developer KIt
Jetpack 5.1 [L4TR 35.2.1]
Riva-Quickstart_arm64_V2.14.0
I am following the Exploring Riva’s capability video (from NVIDIA) to run the speech tutorial - “asr-basics.ipynb” Jupyter notebook. I get the following error in the cell where the request is sent to Riva server.

  1. Riva server is running
  2. I have followed all the steps in the video from setting up virtual environment, kernel and so on.
    3.I have setup client.
  3. So i have gopne thorugh all the steps several time, but no success.

InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Error: Unavailable model requested given these parameters: language_code=en-US; type=offline; "
debug_error_string = "UNKNOWN:Error received from peer {created_time:“2024-02-27T09:57:06.496205049-05:00”, grpc_status:3, grpc_message:"Error: Unavailable model requested given these parameters: language_code=en-US; type=offline; “}”

I hope the moderator can assist.

Thanks
Ashvani Madan

Hi @ashmadan01, what logs do you get from sudo docker logs riva-server ?

Have you first been able to run any of the Riva ASR python client samples? That is usually where I start first:

Good morning Dusty,
I was able to run ASR and TTS Python client samples. But, I am having the problem of running Jupyter notebooks following NVIDIA video. I am using quick-start guide version 2.12. The NVIDIA video showed version 2.10. Could that be the cause?
Thanks
Ashvani

Hi @ashmadan01, I’m not sure about the Jupyter notebooks, haven’t used those with Riva. I will move your topic to the Riva forum for further investigation, and in the meantime I would proceed with using the Python client samples.