Nvidia Riva error

Please provide the following information when requesting support.

Hardware - GPU - RTX 4060
Hardware - CPU - Ryzen 5 5600
Ubuntu 22.04
2.15.0
Error:

=== Riva Speech Skills ===

NVIDIA Release 24.02 (build 86328927)

Copyright (c) 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Various files include modifications (c) NVIDIA CORPORATION & AFFILIATES. All rights reserved.

This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:

ERROR: The NVIDIA Driver is present, but CUDA failed to initialize. GPU functionality will not be available.
[[ Unable to initialize CUDA driver (error ???) ]]

Failed to detect NVIDIA driver version.

I also get this error. I think I tried everything. Using a 3090. worked in ubuntu 20.04 but not 22.04

Is this the Ubuntu 20.04?

Because I’m using Linux Mint

Hi @0to1000subs1.0

Thanks for your interest in Riva

can you share the output of command

nvidia-smi

Thanks

Hello, @rvinobha ,

Thank you for trying to help me!

I have tried to fix it and it looks like i have fixed it.

I have run the command:

sudo docker run --rm -it --gpus all nvcr.io/nvidia/riva/riva-speech:2.15.0 bash

And it looks like it works now.
Thank you.

Again, hello, @rvinobha,
I have an error when running the command:

riva_tts_client --voice_name=English-US.Female-1
–text=“Hello, this is a speech synthesizer.”
–audio_file=/opt/riva/wav/output.wav

The error is:

I0506 09:37:08.395787 97 grpc.h:94] Using Insecure Server Credentials
Error creating GRPC channel: Unable to establish connection to server. Current state: 3
Exiting.

(Edit: I forgot the logs)

I0507 15:31:50.236144 105 grpc_server.cc:2469] Started GRPCInferenceService at 0.0.0.0:8001
I0507 15:31:50.236433 105 http_server.cc:4554] Started HTTPService at 0.0.0.0:8000
I0507 15:31:50.278097 105 http_server.cc:282] Started Metrics Service at 0.0.0.0:8002
Triton server is ready…
W0507 15:31:50.992533 105 metrics.cc:600] Unable to get power usage for GPU 0. Status:Success, value:0.000000
W0507 15:31:50.992572 105 metrics.cc:624] Unable to get energy consumption for GPU 0. Status:Success, value:0
I0507 15:31:51.176051 431 riva_server.cc:125] Using Insecure Server Credentials
I0507 15:31:51.512428 431 model_registry.cc:143] Successfully registered: conformer-en-US-asr-offline-asr-bls-ensemble for ASR Triton URI: localhost:8001
I0507 15:31:51.535408 431 model_registry.cc:143] Successfully registered: conformer-en-US-asr-streaming-asr-bls-ensemble for ASR Triton URI: localhost:8001
I0507 15:31:51.547382 431 model_registry.cc:143] Successfully registered: riva-punctuation-en-US for NLP Triton URI: localhost:8001
I0507 15:31:51.553598 431 model_registry.cc:143] Successfully registered: fastpitch_hifigan_ensemble-English-US for TTS Triton URI: localhost:8001
I0507 15:31:51.565284 431 riva_server.cc:171] Riva Conversational AI Server listening on 0.0.0.0:50051
W0507 15:31:51.565290 431 stats_reporter.cc:41] No API key provided. Stats reporting disabled.
W0507 15:31:51.996609 105 metrics.cc:600] Unable to get power usage for GPU 0. Status:Success, value:0.000000
W0507 15:31:51.996643 105 metrics.cc:624] Unable to get energy consumption for GPU 0. Status:Success, value:0
W0507 15:31:52.997097 105 metrics.cc:600] Unable to get power usage for GPU 0. Status:Success, value:0.000000
W0507 15:31:52.997134 105 metrics.cc:624] Unable to get energy consumption for GPU 0. Status:Success, value:0

Can somebody help me?