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: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,7 @@ ghstack submit
389
389
of very low signal to reviewers.
390
390
391
391
## Merging your Change
392
-
If you know the right people or team that should approve your PR (and you have the required permisssions to do so), add them to the Reviewers list.
392
+
If you know the right people or team that should approve your PR (and you have the required permissions to do so), add them to the Reviewers list.
393
393
394
394
If not, leave the Reviewers section empty. Our triage squad will review your PR, add a module label, and assign it to the appropriate reviewer in a couple business days. The reviewer will then look at your PR and respond.
Copy file name to clipboardexpand all lines: RELEASE.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Following Requirements needs to be met prior to final RC Cut:
61
61
* Resolve all outstanding issues in the milestones(for example [1.11.0](https://github.com/pytorch/pytorch/milestone/28))before first RC cut is completed. After RC cut is completed following script should be executed from builder repo in order to validate the presence of the fixes in the release branch :
* Validate that all new workflows have been created in the PyTorch and domain libraries included in the release. Validate it against all dimensions of release matrix, including operating systems(Linux, MacOS, Windows), Python versions as well as CPU architectures(x86 and arm) and accelerator versions(CUDA, ROCm).
64
-
* All the nighly jobs for pytorch and domain libraries should be green. Validate this using following HUD links:
64
+
* All the nightly jobs for pytorch and domain libraries should be green. Validate this using following HUD links:
@@ -116,7 +116,7 @@ These are examples of changes that should be made to the *default* branch after
116
116
### Making release branch specific changes for domain libraries
117
117
118
118
Domain library branch cut is done a week after branch cut for the `pytorch/pytorch`. The branch cut is performed by the Domain Library POC.
119
-
After the branch cut is performed, the Pytorch Dev Infra memeber should be informed of the branch cut and Domain Library specific change is required before Drafting RC for this domain library.
119
+
After the branch cut is performed, the Pytorch Dev Infra member should be informed of the branch cut and Domain Library specific change is required before Drafting RC for this domain library.
120
120
121
121
Follow these examples of PR that updates the version and sets RC Candidate upload channel:
@@ -249,7 +249,7 @@ Patch releases should be considered if a regression meets the following criteria
249
249
250
250
### Issue Tracker for Patch releases
251
251
252
-
For patch releases issue tracker needs to be created. For patch release, we require all cherry-pick changes to have links to either a high-priority Github issue or a CI failure from previous RC. An example of this would look like:
252
+
For patch releases issue tracker needs to be created. For patch release, we require all cherry-pick changes to have links to either a high-priority GitHub issue or a CI failure from previous RC. An example of this would look like:
0 commit comments