ORT 1.19.0 Release: Cherry-Pick Round 2#21726
Merged
prathikr merged 6 commits intorel-1.19.0from Aug 14, 2024
Merged
Conversation
create the x64 qnn python package as arm64ec so it can be published publicly.
### Description fix https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=1461029&view=logs&j=3565c00d-48fa-5c65-7ab9-a05e12e29ed0&t=e43fe03a-689e-5dc5-9ad5-9f116eba3e9d&l=6341 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Signed-off-by: Liqun Fu <liqfu@microsoft.com>
### Description <!-- Describe your changes. --> Replace jcenter. It's deprecated and not responding. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Fix CIs
jywu-msft
previously approved these changes
Aug 13, 2024
Member
jywu-msft
left a comment
There was a problem hiding this comment.
signed off the qnn ep pipeline changes
liqunfu
previously approved these changes
Aug 13, 2024
skottmckay
previously approved these changes
Aug 13, 2024
### Description <!-- Describe your changes. --> Pins pytorch-lightning package to version 2.3.3 since version >=2.4.0 requires torch > 2.1.0 which is not compatible with cu118. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> ORT 1.19 Release Preparation
384dd7d
skottmckay
previously approved these changes
Aug 14, 2024
Lafi7e
previously approved these changes
Aug 14, 2024
Contributor
|
Please add #21722 to pass big model pipeline |
jywu-msft
previously approved these changes
Aug 14, 2024
### Description <!-- Describe your changes. --> ### Motivation and Context We couldn't get enough A100 agent time to finish the jobs since today. The PR makes the A100 job only runs in main branch to unblock other PRs if it's not recovered in a short time.
bb85118
jywu-msft
approved these changes
Aug 14, 2024
MaanavD
approved these changes
Aug 14, 2024
Contributor
|
This PR has been included in the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
PRs marked for cherry-pick & bug fixes.
Motivation and Context
ORT 1.19.0 Release Preparation