Please provide the following information when requesting support.
Hardware - GPU (L40S)
Hardware - CPU(AMD EPYC 9654)
Operating System - Ubuntu 22.04 LTS Server
Riva Version - 2.16
TLT Version (if relevant)
How to reproduce the issue ? (This is for errors. Please share the command and the detailed log here)
I have successfully installed and tested with sample commands using url of the 3 Riva NIM from NGC - ASR, TTS, NMT.
My $NGC_API_KEY is valid and I can login successfully using either docker or ngc_cli:
echo "$NGC_API_KEY" | docker login nvcr.io --username '$oauthtoken' --password-stdin
However, I run into api key issue while followig Quick Start Guide â NVIDIA Riva
~/NVIDIA/riva_quickstart_v2.16.0$ bash riva_init.sh
Logging into NGC docker registry if necessaryâŚ
Pulling required docker images if necessaryâŚ
Note: This may take some time, depending on the speed of your Internet connection.
Pulling Riva Speech Server images.
Image nvcr.io/nvidia/riva/riva-speech:2.16.0 exists. Skipping.
Image nvcr.io/nvidia/riva/riva-speech:2.16.0-servicemaker exists. Skipping.
Downloading models (RMIRs) from NGCâŚ
Note: this may take some time, depending on the speed of your Internet connection.
To skip this process and use existing RMIRs set the location and corresponding flag in config.sh.
==========================
=== Riva Speech Skills ===
NVIDIA Release (build 99025723)
Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
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:
To install Python sample dependencies, run /opt/tensorrt/python/python_setup.sh
To install the open-source samples corresponding to this TensorRT release version
run /opt/tensorrt/install_opensource.sh. To build the open source parsers,
plugins, and samples for current top-of-tree on master or a different branch,
run /opt/tensorrt/install_opensource.sh -b
See GitHub - NVIDIA/TensorRT: NVIDIAŽ TensorRT⢠is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. for more information.
2024-08-07 21:20:06 URL:https://files.ngc.nvidia.com/org/nvidia/team/ngc-apps/recipes/ngc_cli/versions/3.26.0/files/ngccli_linux.zip?versionId=45HwDObJnPZppQsIVrIVZy1ZDl9g1OA0&Expires=1723152006&Signature=CAztWW3PVFyzWI5g9KeChmkA3fHz-lGkCI3rmADVSrZI86fDvq1T0zLKu~8DgTiwKizFqZrj2DxeehQ7pvSYhbcBFAcvSDmMIntqEfM-whDVVTuDFfgN0NOirxCxu2ACT9XYR3XKt00b6JO9vB-87FbMewaCLLMIwY~oVqxna8XLkk3ipKSvD14WfB4dQAEDzHoVIQCS2l6lVVLpkSXhQZ5YtF1AEgcqN10~7hhVzqVIvTQ6aLQ5vK6zXVyO-QQUgrDhNgwxcHOnxYp-E~zvGXjJmfetdM6NWlFDb6jtENhnhQJ-uMl4xIrv9QHlbUszF7IgBNhKny3wZ-wIhTxzgw__&Key-Pair-Id=KCX06E8E9L60W [45878930/45878930] â ângccli_linux.zipâ [1]
/opt/riva
/data/rmir /opt/riva
Downloading nvidia/riva/rmir_asr_conformer_en_us_str:2.16.0âŚ
Error: Invalid apikey
Attempt 1 out of 3 failed
Trying againâŚ
Error: Invalid apikey
Attempt 2 out of 3 failed
Trying againâŚ
Error: Invalid apikey
Attempt 3 out of 3 failed
Error occurred downloading ânvidia/riva/rmir_asr_conformer_en_us_str:2.16.0â. Exiting.
Error in downloading models.