Skip to content
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

ORT 1.19.0 Release: Cherry-Pick Round 2 #21726

Merged
merged 6 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. enable qnn python arm64ec packaging (#21575)

    create the x64 qnn python package as arm64ec so it can be published
    publicly.
    jywu-msft authored and prathikr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0ea6481 View commit details
    Browse the repository at this point in the history
  2. Fix neural-speed ci failure (#21694)

    ### 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>
    liqunfu authored and prathikr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7db766e View commit details
    Browse the repository at this point in the history
  3. Replace usage of jcenter in React Native build.gradle files (#21714)

    ### 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
    skottmckay authored and prathikr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    203ab0f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. pin pytorch lightning version for training CI (#21731)

    ### 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
    prathikr committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    384dd7d View commit details
    Browse the repository at this point in the history
  2. move the A100 stage to main build (#21722)

    ### 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.
    mszhanyi authored and prathikr committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bb85118 View commit details
    Browse the repository at this point in the history
  3. training CI bug fixes

    prathikr committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2ccab4f View commit details
    Browse the repository at this point in the history