Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cannot download artefacts without NGC API KEY #682

Open
dorotat-nv opened this issue Feb 7, 2025 · 1 comment
Open

[BUG] Cannot download artefacts without NGC API KEY #682

dorotat-nv opened this issue Feb 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@dorotat-nv
Copy link
Collaborator

BioNeMo Framework Version

9cec09f

Bug Description

Cannot download resources without NGC API key set for guest-access resources

ngc registry resource info nvidia/clara/singlecell-testdata:1.0

Image

Steps to Reproduce

ngc config set # choose no API key
ngc registry resource info nvidia/clara/singlecell-testdata:1.0 # fails

ngc config set # valid API key
ngc registry resource info nvidia/clara/singlecell-testdata:1.0 # works

Error Messages and Logs

Error getting pagination for file download:'{"requestStatus":{"statusCode":"INTERNAL_ERROR","statusDescription":"Internal Server Error","requestId":"65dad6c7-6883-4155-b28f-22b2dc03874a"}}'

Docker Image

No response

System Information

Environment Details:

  • OS: [e.g., Ubuntu 20.04]
  • CPU: [e.g., Intel i9-12900K]
  • RAM: [e.g., 64GB]

GPU Details:

  • GPU Model: [e.g., NVIDIA RTX 4090]
  • GPU Memory: [e.g., 24GB]
  • CUDA Version: [e.g., 12.1]
  • CUDA Driver: [e.g., 525.85.05]
  • cuDNN Version: [e.g., 8.9.0]

Additional Context

No response

@dorotat-nv dorotat-nv added the bug Something isn't working label Feb 7, 2025
@dorotat-nv
Copy link
Collaborator Author

Changed source of artefacts in failing unit tests from source=ngc to source=pbss in
sub-packages/bionemo-core/tests/bionemo/core/data/test_load.py
sub-packages/bionemo-core/tests/bionemo/core/data/test_load_notebook.ipynb

Revert it when this issue is fixed

@dorotat-nv dorotat-nv mentioned this issue Feb 7, 2025
9 tasks
@dorotat-nv dorotat-nv assigned dorotat-nv and unassigned dorotat-nv Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant