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
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CUDA_UPGRADE_GUIDE.MD
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ the test has been run and is green.
107
107
If linux driver update is required. The driver should be updated during the runner provisioning otherwise nightly workflows will fail with multiple Nova workflows.
108
108
1. Post and merge [PR 5243](https://github.com/pytorch/test-infra/pull/5243)
109
109
2. Run workflow [lambda-release-tag-runners workflow](https://github.com/pytorch/test-infra/actions/workflows/lambda-release-tag-runners.yml) this worklow will create new release [here](https://github.com/pytorch/test-infra/releases)
110
-
3. Post and merge [PR 394](https://github.com/pytorch-labs/pytorch-gha-infra/pull/394)
111
-
4. Deploy this change by running following workflow [runners-on-dispatch-release](https://github.com/pytorch-labs/pytorch-gha-infra/actions/workflows/runners-on-dispatch-release.yml)
110
+
3. Post and merge [PR 394](https://github.com/meta-pytorch/pytorch-gha-infra/pull/394)
111
+
4. Deploy this change by running following workflow [runners-on-dispatch-release](https://github.com/meta-pytorch/pytorch-gha-infra/actions/workflows/runners-on-dispatch-release.yml)
112
112
113
113
## 10. Add the new version to torchvision and torchaudio CI.
114
114
Torchvision and torchaudio is usually a dependency for installing PyTorch for most of our users. This is why it is important to also
0 commit comments