So this one is driving me crazy.
Jetson Orin AGX 64gb trying to run Llamaspeak.
I have tried both the jetson-containers version of the riva server and the one hosted in the developers resources section with the same result.
I am running the latest Jetpack anyone any ideas?
Thanks all
17:52:46 | SUCCESS | WebChat - system ready
- Serving Flask app ‘nano_llm.web.server’
- Debug mode: on
Exception in thread RivaASR:
Traceback (most recent call last):
File “/usr/lib/python3.10/threading.py”, line 1016, in _bootstrap_inner
self.run()
File “/opt/NanoLLM/nano_llm/plugins/speech/riva_asr.py”, line 117, in run
self.generate(self.audio_queue)
File “/opt/NanoLLM/nano_llm/plugins/speech/riva_asr.py”, line 134, in generate
for response in responses:
File “/usr/local/lib/python3.10/dist-packages/riva/client/asr.py”, line 366, in streaming_response_generator
for response in self.stub.StreamingRecognize(generator, metadata=self.auth.get_auth_metadata()):
File “/usr/local/lib/python3.10/dist-packages/grpc/_channel.py”, line 543, in next
return self._next()
File “/usr/local/lib/python3.10/dist-packages/grpc/_channel.py”, line 969, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Error: Unavailable model requested given these parameters: language_code=en-US; type=online; "
debug_error_string = "UNKNOWN:Error received from peer {created_time:“2024-10-06T17:52:46.068923168+00:00”, grpc_status:3, grpc_message:"Error: Unavailable model requested given these parameters: language_code=en-US; type=online; “}”