Hey
I tried to download a model using the following command:
echo “Download Model file”
curl -LO --request GET ‘https://api.ngc.nvidia.com/v2/org/nvidia/team/riva/models/speechtotext_en_us_conformer_xl/versions/trainable_v4.0/files/Conformer-CTC-XL_spe-128_en-US_Riva-ASR-SET-4.0.nemo’ -H “Authorization: Bearer ${TOKEN}” -H “Content-Type: application/json”
Then, I got a nemo file with this content:
{“requestStatus”:{“statusCode”:“UNAUTHORIZED”,“statusDescription”:“Authentication Failed”,“requestId”:“30b4090c-77292”}}
The API key is newley generated
I followed the instructions of " [ Downloading Authenticated Access Models via WGET/cURL] "
How can I resolve it?