-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Update requirements-jax-cuda.txt for clarity and compatibility #20730
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20730 +/- ##
=======================================
Coverage 81.83% 81.83%
=======================================
Files 552 552
Lines 51363 51363
Branches 7944 7944
=======================================
Hits 42034 42034
Misses 7375 7375
Partials 1954 1954
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
torchvision>=0.16.0 | ||
torch-xla | ||
torch-xla # Typically for TPU; no conflict with CPU builds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is for savedmodel export? not sure actually
Hi @saiabhinav001 Can you please check the above comment from @fchollet and resolve the conflicts? Thank you! |
This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
This PR updates the
requirements-jax-cuda.txt
file to improve clarity, maintain compatibility, and align with best practices for dependency management.Changes
jax[cuda12]==0.4.28
) remain stable for CI pipelines.Please review and let me know if further changes are required.