From aafb9420f9476da86a0ed440edc6bc14a7428eb1 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Thu, 4 May 2023 11:40:25 -0400 Subject: [PATCH] Update CUDA_UPGRADE_GUIDE.MD (#1399) Update Related PR's --- CUDA_UPGRADE_GUIDE.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CUDA_UPGRADE_GUIDE.MD b/CUDA_UPGRADE_GUIDE.MD index 3cb12e41e..43fd368bf 100644 --- a/CUDA_UPGRADE_GUIDE.MD +++ b/CUDA_UPGRADE_GUIDE.MD @@ -111,8 +111,8 @@ the test has been run and is green. Torchvision and torchaudio is usually a dependency for installing PyTorch for most of our users. This is why it is important to also propagate the CI changes so that torchvision and torchaudio can be packaged for the new CUDA version as well. 1. Add a change to a binary build matrix in test-infra repo [here](https://github.com/pytorch/test-infra/blob/main/tools/scripts/generate_binary_build_matrix.py#L29) -2. A code sample for torchvision: [PR 4248](https://github.com/pytorch/vision/pull/4248) -3. A code sample for torchaudio: [PR 2067](https://github.com/pytorch/audio/pull/2067) +2. A code sample for torchvision: [PR 7533](https://github.com/pytorch/vision/pull/7533) +3. A code sample for torchaudio: [PR 3284](https://github.com/pytorch/audio/pull/3284) 4. Almost every change in the above sample is copy-pasted from either itself or other existing parts of code in the builder repo. The difficulty again is not changing the config but rather verifying and debugging any failing builds.