mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix typo in RELEASE.md and CONTRIBUTING.md (#95965)
This PR fixes typos in `RELEASE.md` and `CONTRIBUTING.md` Pull Request resolved: https://github.com/pytorch/pytorch/pull/95965 Approved by: https://github.com/kit1980
This commit is contained in:
committed by
PyTorch MergeBot
parent
ac07de4a61
commit
7d02ecfabb
@ -389,7 +389,7 @@ ghstack submit
|
||||
of very low signal to reviewers.
|
||||
|
||||
## Merging your Change
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -61,7 +61,7 @@ Following Requirements needs to be met prior to final RC Cut:
|
||||
* 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 :
|
||||
``` python github_analyze.py --repo-path ~/local/pytorch --remote upstream --branch release/1.11 --milestone-id 26 --missing-in-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).
|
||||
* All the nighly jobs for pytorch and domain libraries should be green. Validate this using following HUD links:
|
||||
* All the nightly jobs for pytorch and domain libraries should be green. Validate this using following HUD links:
|
||||
* [Pytorch](https://hud.pytorch.org/hud/pytorch/pytorch/nightly)
|
||||
* [TorchVision](https://hud.pytorch.org/hud/pytorch/vision/nightly)
|
||||
* [TorchAudio](https://hud.pytorch.org/hud/pytorch/audio/nightly)
|
||||
@ -116,7 +116,7 @@ These are examples of changes that should be made to the *default* branch after
|
||||
### Making release branch specific changes for domain libraries
|
||||
|
||||
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.
|
||||
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.
|
||||
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.
|
||||
|
||||
Follow these examples of PR that updates the version and sets RC Candidate upload channel:
|
||||
* torchvision : https://github.com/pytorch/vision/pull/5400
|
||||
@ -249,7 +249,7 @@ Patch releases should be considered if a regression meets the following criteria
|
||||
|
||||
### Issue Tracker for Patch releases
|
||||
|
||||
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:
|
||||
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:
|
||||
* https://github.com/pytorch/pytorch/issues/51886
|
||||
|
||||
Only following issues are accepted:
|
||||
|
Reference in New Issue
Block a user