Fix DeepSeek-R1 R2 downloader link to correct checkpoint#2638
Merged
Conversation
The README pointed at deepseek-r1-0528.uri, which resolves to DeepSeek-R1-0528 rather than the intended deepseek-ai/DeepSeek-R1 (revision 56d4cbb) referenced above it. The R2 bucket now hosts the correct checkpoint under deepseek-r1.uri; verified via full download and md5sum comparison against the reference HF checkpoint (173/173 files match, zero mismatches). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
hanyunfan
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
language/deepseek-r1/README.mdpointed the R2 downloader atdeepseek-r1-0528.uri, which resolves to DeepSeek-R1-0528 instead of the intended deepseek-ai/DeepSeek-R1 (revision56d4cbbb4d29f4355bab4b9a39ccb717a14ad5ad) named directly above it.deepseek-r1.uri(matchingr2-infra/inference/index.html, which already links the correct URI). This PR brings the README in line.Verification
deepseek-r1.urilink (641GB, 174 files, downloader's own MD5 verification passed 174/174).deepseek-ai/DeepSeek-R1@56d4cbbpulled from Hugging Face.Test plan
deepseek-r1-0528.uriremain in this file🤖 Generated with Claude Code