nvidia-riva / python-clients

Riva Python client API and CLI utils
MIT License
62 stars 20 forks source link

RPC failed: Error: Unavailable model requested given these parameters: language_code=en-US; type=offline; #62

Open UserName-wang opened 7 months ago

UserName-wang commented 7 months ago

Hi,

I‘m using Jetson AGX XAVIER, jetpack 5.2.1, L4T 3.4.1 and riva_quickstart_arm64_v2.12.0. config file is: config.txt

Tried command: riva_asr_client --ssl_cert /ssl/server.crt --audio_file=/opt/riva/wav/en-US_sample.wav

got this error: RPC failed: Error: Unavailable model requested given these parameters: language_code=en-US; type=offline;

same error after this command: riva_streaming_asr_client --ssl_cert /ssl/server.crt --audio_file=/opt/riva/wav/en-US_sample.wav

and by the way, what's the latest version can I use? seems I cannot use v2.14.0. thank you!