-
Notifications
You must be signed in to change notification settings - Fork 552
Update ci.md and fix typo #9150
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
Conversation
@ghpvnist fwiw I found a bug in the build skipping feature: https://github.com/pytorch/xla/actions/runs/14985259094/job/42097972657?pr=9150 I think the "build-docs" workflow somehow depends on the torch_xla_wheels. I suspect now that we're not building PyTorch/XLA wheels in every PR, that step now fails. |
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.
just a few minor comments. LGTM otherwise.
The fix for this has been merged. Once you rebase to head, this should be a quick submit :) |
We always run TPU tests on all PRs now after capacity expansion
a2f0e5a
to
63cf96d
Compare
We always run TPU tests on all PRs now after capacity expansion