mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Update referenced PRs for ecosystem library branch cut (#150211)
The old PRs had a lot of extra changes in them which are no longer needed Pull Request resolved: https://github.com/pytorch/pytorch/pull/150211 Approved by: https://github.com/atalman ghstack dependencies: #150210
This commit is contained in:
committed by
PyTorch MergeBot
parent
f231500c50
commit
4118d7307f
@ -163,8 +163,10 @@ Ecosystem libraries branch cut is done a few days after branch cut for the `pyto
|
||||
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
|
||||
* torchaudio: https://github.com/pytorch/audio/pull/2210
|
||||
* torchvision : [Update version.txt](https://github.com/pytorch/vision/pull/8968) and [change workflow branch references](https://github.com/pytorch/vision/pull/8969)
|
||||
* torchaudio: [Update version.txt](https://github.com/pytorch/audio/commit/654fee8fd17784271be1637eac1293fd834b4e9a) and [change workflow branch references](https://github.com/pytorch/audio/pull/3890)
|
||||
|
||||
The CI workflow updating part of the above PRs can be automated by running: `python release/apply-release-changes.py [version]` (where version is something like '2.7'). That script lives in both pytorch/audio and pytorch/vision.
|
||||
|
||||
## Running Launch Execution team Core XFN sync
|
||||
|
||||
|
Reference in New Issue
Block a user