Enable nightly build to test 2.13 by atalman · Pull Request #3929 · pytorch/tutorials · GitHub
Skip to content

Enable nightly build to test 2.13#3929

Merged
atalman merged 1 commit into
mainfrom
2-13-enable-nightly
Jun 29, 2026
Merged

Enable nightly build to test 2.13#3929
atalman merged 1 commit into
mainfrom
2-13-enable-nightly

Conversation

@atalman

@atalman atalman commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

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).

Branch-cut step for the 2.13 release (mirrors #3831 for 2.12):
- Re-enable the push-on-main trigger for build-tutorials-nightly.yml.
- Pin torch==2.13.0 from the test channel in .jenkins/build.sh (USE_NIGHTLY
  path + the commented reference line), and update the 2.12 -> 2.13 comment.

.ci/docker/requirements.txt stays at 2.12 until the move-to-stable step.
@pytorch-bot

pytorch-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

@meta-cla meta-cla Bot added the cla signed label Jun 29, 2026

@albanD albanD left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okok

Comment thread .github/workflows/build-tutorials-nightly.yml
@atalman atalman merged commit cb473bc into main Jun 29, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants