-
Notifications
You must be signed in to change notification settings - Fork 344
Fix rocm CI #3136
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
Fix rocm CI #3136
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3136
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9396fc8 with merge base a5a8fe2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@jerryzh168 Sorry this fix might not be the best one, as Andrey mentioned that rocm7.0 is not supported by pytorch2.9 |
Pytorch nightly wheels definitely support ROCm7.0: https://download.pytorch.org/whl/nightly/rocm7.0/ Is there a reason we can't use those? @jagadish-amd Can you please work with @jainapurva to update the ROCm workflow? |
The [build / build-manywheel-py3_10-rocm7_0] job was success earlier with
|
Yes, I tested the flow earlier, please refer to this commit, it was a success. Please let me know if I should just revert the PR to this commit, and remove all extra changes. |
yes, let's go with the commit which has 7.0 , thanks. |
Due to the recent version bump to python 3.10, and torch nightlies 2.10.0dev, rocm 6.3 has support errors. Minimum supported version is 7.0