I’m trying to access NIM API at nvidia build https://build.nvidia.com/deepmind/alphafold but getting multiple HTTP errors
- I created an Nvidia NGC account
- I created a personal and an API key (tried both) at Dashboard | NVIDIA NGC
- Followed example of API usage of
Tried both personal/API key
- for API key I get 401
{"status":401,"title":"Unauthorized","detail":"Invalid JWT serialization: Missing dot delimiter(s)"}
- for Personal key I get 404
{"status":404,"title":"Not Found","detail":"Function 'x-x-x-x-x': Not found for account 'x'"}
What I’m I doing wrong …
Also If I confused NIM/BioNemo I would like to hear what I’ve missed