fix: use cu128 PyTorch wheels for CUDA 12.9#96
fix: use cu128 PyTorch wheels for CUDA 12.9#96LalatenduMohanty merged 1 commit intoopendatahub-io:mainfrom
Conversation
PyTorch deprecated cu129 builds in favor of cu130, so the cu129 wheel index has no stable PyTorch 2.9 wheels. Switch to cu128 wheels which are binary-compatible within the CUDA 12.x family. Closes opendatahub-io#94 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughFixed the CUDA 12.9 PyPI extra index URL from the deprecated cu129 to cu128, with an explanatory comment documenting PyTorch's deprecation of cu129 wheels in favor of cu130. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
PyTorch deprecated cu129 builds in favor of cu130, so the cu129 wheel index has no stable PyTorch 2.9 wheels. Switch to cu128 wheels which are binary-compatible within the CUDA 12.x family.
Closes #94
Summary by CodeRabbit