We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently CI uses the nightly build of PyTorch and PyTorch/XLA: https://github.com/AI-Hypercomputer/torchprime/blob/main/.github/workflows/cpu_test.yml
The E2E tests uses the 2.6 stable build: https://github.com/AI-Hypercomputer/torchprime/blob/main/torchprime/launcher/Dockerfile#L4
This means checks may just stop working at any point if there is an upstream introduced regression.
To prevent these kind of breakages, the standard practice is to use a roller:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently CI uses the nightly build of PyTorch and PyTorch/XLA: https://github.com/AI-Hypercomputer/torchprime/blob/main/.github/workflows/cpu_test.yml
The E2E tests uses the 2.6 stable build: https://github.com/AI-Hypercomputer/torchprime/blob/main/torchprime/launcher/Dockerfile#L4
This means checks may just stop working at any point if there is an upstream introduced regression.
To prevent these kind of breakages, the standard practice is to use a roller:
The text was updated successfully, but these errors were encountered: