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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ the test has been run and is green.
111
111
Torchvision and torchaudio is usually a dependency for installing PyTorch for most of our users. This is why it is important to also
112
112
propagate the CI changes so that torchvision and torchaudio can be packaged for the new CUDA version as well.
113
113
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)
114
-
2. A code sample for torchvision: [PR 4248](https://github.com/pytorch/vision/pull/4248)
115
-
3. A code sample for torchaudio: [PR 2067](https://github.com/pytorch/audio/pull/2067)
114
+
2. A code sample for torchvision: [PR 7533](https://github.com/pytorch/vision/pull/7533)
115
+
3. A code sample for torchaudio: [PR 3284](https://github.com/pytorch/audio/pull/3284)
116
116
4. Almost every change in the above sample is copy-pasted from either itself or other existing parts of code in the
117
117
builder repo. The difficulty again is not changing the config but rather verifying and debugging any failing builds.
0 commit comments