Update moe cubins to fix 2CTA hanging issue - #3972
IwakuraRein wants to merge 1 commit into
Conversation
Signed-off-by: Siyuan Fu <siyuanf@nvidia.com>
|
/bot run |
There was a problem hiding this comment.
Code Review
This pull request updates the default repository URL for downloading FlashInfer cubins to a new Artifactory path in both the documentation (CLAUDE.md) and the loader implementation (flashinfer/jit/cubin_loader.py). Additionally, it updates the artifact path and checksum hash for TRTLLM_GEN_BMM in flashinfer/artifacts.py. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
📝 WalkthroughWalkthroughUpdated the default cubin repository URL in runtime configuration and documentation. Changed the TRTLLM_GEN_BMM artifact subdirectory and its checksum manifest hash in the artifact registry. ChangesArtifact configuration
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[CANCELING] Pipeline #58002830: canceled |
📌 Description
🔍 Related Issues
🚀 Pull Request Checklist
Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete.
✅ Pre-commit Checks
pre-commitby runningpip install pre-commit(or used your preferred method).pre-commit install.pre-commit run --all-filesand fixed any reported issues.🧪 Tests
unittest, etc.).Reviewer Notes
Summary by CodeRabbit
Bug Fixes
Documentation