Enable nightly build to test 2.14 - #3955
Open
atalman wants to merge 1 commit into
Open
Conversation
Branch-cut step to start testing the 2.14 release in tutorials, mirroring #3929 for 2.13. The push-on-main trigger in build-tutorials-nightly.yml is already enabled, so only the pin moves this time.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3955
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 689fd38 with merge base d445c1f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
Summary
Branch-cut step to start testing the 2.14 release in tutorials. Mirrors #3929 ("Enable nightly build to test 2.13").
.jenkins/build.sh: pintorch==2.14.0(from thetestchannel, cu130) on theUSE_NIGHTLYpath and the commented reference line; update the2.13 -> 2.14comment.Unlike #3929, no workflow change is needed: the
pushonmaintrigger in.github/workflows/build-tutorials-nightly.ymlis still enabled from the 2.13 cycle, so the nightly tutorials build already runs onmainand will pick up the 2.14 RC binaries with this pin..ci/docker/requirements.txtis intentionally left attorch==2.13— that gets bumped to 2.14 at the later "move to stable binaries" step, once 2.14 is released.Verification
torch==2.14.0+cu130is published on the test channel, so the pin resolves:cu130 remains the right channel for 2.14: CUDA 13.0 is the stable CUDA version in the 2.14 release matrix.
Release playbook reference (2.13 -> 2.14)