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] BERT and GPT345 Model Checkpoints Returning 410 Gone HTTP Response #1367

Open
GangGreenTemperTatum opened this issue Jan 28, 2025 · 0 comments

Comments

@GangGreenTemperTatum
Copy link

Describe the bug
apologies if i am missing something here! but the Checkpoints Docs ref are all returning 410 responses:

To Reproduce
any of the mentioned checkpoints above:

BERT-345M-uncased: wget --content-disposition https://api.ngc.nvidia.com/v2/models/nvidia/megatron_bert_345m/versions/v0.1_uncased/zip -O megatron_bert_345m_v0.1_uncased.zip
BERT-345M-cased: wget --content-disposition https://api.ngc.nvidia.com/v2/models/nvidia/megatron_bert_345m/versions/v0.1_cased/zip -O megatron_bert_345m_v0.1_cased.zip
GPT-345M: wget --content-disposition https://api.ngc.nvidia.com/v2/models/nvidia/megatron_lm_345m/versions/v0.0/zip -O megatron_lm_345m_v0.0.zip

Expected behavior
200 and download of the checkpoints

Stack trace/logs

--2025-01-28 10:36:33--  https://api.ngc.nvidia.com/v2/models/nvidia/megatron_lm_345m/versions/v0.0/zip
Resolving api.ngc.nvidia.com (api.ngc.nvidia.com)... 35.83.189.1, 44.230.191.247
Connecting to api.ngc.nvidia.com (api.ngc.nvidia.com)|35.83.189.1|:443... connected.
HTTP request sent, awaiting response... 410 Gone
2025-01-28 10:36:34 ERROR 410: Gone.

Environment (please complete the following information):
NA

Proposed fix
NA

Additional context
NA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant