You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Our Nightly and Release pipeline spread over 3 repositories: pytorch/pytorch, pytorch/builder and pytorch/test-infra .This creates maintenance overhead and following issues:
Builder Repo Changes are not getting tested by PyTorch CI on PR. To test these changes developer need to open special PR against Pytorch/Pytorch poining to his builder fork. This makes it extremely difficult to test changes to builder repo
Changes to Docker builds can't be tested.
During Pytorch Release process we perform branch cut and cherry-picking to builder repo, not only pytorch/pytorch
Hence to solve these issues we are working on Moving all Build and Test Scripts for pytorch binary to pytorch/pytorch
All Validation and analytics scripts to pytorch/test-infra repository.