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
Copy file name to clipboardexpand all lines: CUDA_UPGRADE_GUIDE.MD
+1
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ Adding the new version to nightlies allows PyTorch binaries compiled with the ne
97
97
- After your changes are promoted to viable/strict. Run nighly build job.
98
98
- Make sure your changes made to nightly branch https://github.com/pytorch/pytorch/tree/nightly
99
99
- Make sure all nightly build succeeded before continuing to Step #6
100
+
5. If Stabel CUDA version changes update latest tag for ghcr.io like so: https://github.com/pytorch/pytorch/pull/145566
100
101
101
102
## 8. Add the new CUDA version to OSS CI.
102
103
Testing the new version in CI is crucial for finding regressions and should be done ASAP along with the next step (I am simply putting this one first as it is usually easier).
0 commit comments