We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
410 Gone
Describe the bug apologies if i am missing something here! but the Checkpoints Docs ref are all returning 410 responses:
410
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
200
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Expected behavior
200
and download of the checkpointsStack trace/logs
Environment (please complete the following information):
NA
Proposed fix
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: