-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v0.5.0] Release Tracker #7344
Comments
Link to landed trunk PR:
Link to release branch PR: Criteria category and reasons:
|
Link to landed trunk PR: Link to release branch PR: Criteria category and reasons:
|
Link to landed trunk PR: Link to release branch PR: Criteria category and reasons:
@SS-JIA: Merged |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: @SS-JIA: Unfortunately there seems to be a bunch of test failures. The error message may suggest an infra failure, so I triggered a retry. @SS-JIA: Seems that it was indeed an infra failure, most signals have recovered. However, there are still some lint failures. Mind looking into those? @mergennachin: Most likely will need this manual cherry-pick: #7727 |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: @SS-JIA: All checks pass on the release branch PR. Merged! |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: @SS-JIA: All checks pass on the release branch PR. Merged! |
What about cherry-picking the original PR #7252? It's not part of the release/0.5 branch (missed it by a few hours) And the latest one @digantdesai : Songhao already made a list yesterday. @Gasoonjia can you please create requests here to be cherry-picked? also, what about this? #7610 |
Thanks @mergennachin. #7610 doesn't need to be in the release. It doesn't affect any functionality, just changes the dim_order to be represented as int instead of bytes at the higher-level (serialization level is still bytes). |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: @SS-JIA: @Gasoonjia there are 2 failures related to not being able to find https://github.com/pytorch/executorch/actions/runs/12797716312/job/35680240609?pr=7682 Mind taking a look? @Gasoonjia : Interested, i don't think my code touched anything related to Maybe something flaky here? |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: @mergennachin: Most likely will need this manual cherry-pick instead: #7727 |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: @mergennachin: Most likely will need this manual cherry-pick instead: #7727 |
Link to landed trunk PR (if applicable): Link to release branch PR: Criteria Category: |
The v0.5.0 release will be cut from the "release/0.5" branch for critical fixes to the v0.4.0 release.
Branch Cut Date: 12/16/2024
Intended Release Date: 1/29/2025
This issue is for tracking cherry-picks to the release branch.
Cherry-Pick Criteria
Focus on stability and documentation correctness. Ideally only low risk changes may be cherry-picked from main:
Any core components changes and other change will require special dispensation from the release manager (currently @SS-JIA). If this applies to your change please write "Special Dispensation" in the "Criteria Category:" template below and explain.
Cherry-Pick Process
Ensure your PR has landed in master. This does not apply for release-branch specific changes (see Phase 1 criteria).
Create (but do not land) a PR against the release branch.
Option 1: Use
pytorchbot
to cherry pick a PR that has been committed to the main branch using@pytorchbot cherry-pick
command as follows.Option 2: Manually create a cherry pick PR using git command as follows.
Make a request below with the following format:
Please note HUD Link with branch CI status and link to the HUD to be provided here.
HUD
Versions
0.5.0
The text was updated successfully, but these errors were encountered: