{{ message }}
Move to stable binaries 2.12#3891
Merged
Merged
Conversation
sekyondaMeta
approved these changes
May 13, 2026
atalman
added a commit
that referenced
this pull request
Jun 29, 2026
## Summary Branch-cut step to start testing the **2.13** release in tutorials. Mirrors #3831 ("Enable nightly build to test 2.12"). - **`.github/workflows/build-tutorials-nightly.yml`**: re-enable the `push` on `main` trigger so the nightly tutorials build runs against the 2.13 RC binaries. - **`.jenkins/build.sh`**: pin `torch==2.13.0` (from the `test` channel, cu130) on the `USE_NIGHTLY` path and the commented reference line; update the `2.12 -> 2.13` comment. `.ci/docker/requirements.txt` is intentionally left at `torch==2.12` — that gets bumped to 2.13 at the later "move to stable binaries" step (the #3891 equivalent), once 2.13 is released. ## Release playbook reference (2.12 -> 2.13) | Step | 2.12 PR | 2.13 | |------|---------|------| | Enable nightly build to test the RC | #3831 | **this PR** | | Move to stable binaries (requirements.txt) | #3891 | follow-up at release | ## Test plan - `bash -n .jenkins/build.sh` passes. - After merge, the nightly tutorials build runs on `main` and installs `torch==2.13.0` from `https://download.pytorch.org/whl/test/cu130` (2.13.0 test wheels are published).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Do not merge