From 8c03e782fece6f784fe0bc48b7792586f4f91581 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Fri, 24 Jan 2025 00:52:33 +0000 Subject: [PATCH] Update CUDA_UPGRADE_GUIDE.MD - Add Docker release latest tag update (#2059) Add this PR to a list of todo: https://github.com/pytorch/pytorch/pull/145566 --- CUDA_UPGRADE_GUIDE.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/CUDA_UPGRADE_GUIDE.MD b/CUDA_UPGRADE_GUIDE.MD index 46f0c1f95..d31537d1b 100644 --- a/CUDA_UPGRADE_GUIDE.MD +++ b/CUDA_UPGRADE_GUIDE.MD @@ -97,6 +97,7 @@ Adding the new version to nightlies allows PyTorch binaries compiled with the ne - After your changes are promoted to viable/strict. Run nighly build job. - Make sure your changes made to nightly branch https://github.com/pytorch/pytorch/tree/nightly - Make sure all nightly build succeeded before continuing to Step #6 +5. If Stabel CUDA version changes update latest tag for ghcr.io like so: https://github.com/pytorch/pytorch/pull/145566 ## 8. Add the new CUDA version to OSS CI. 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).