Skip to content

Commit

Permalink
disables qnn in ort training cpu pipeline (#21510)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->

`enable_windows_arm64_qnn` and `enable_windows_x64_qnn` are true by
default but unnecessary for training. This change explicitly sets these
parameters to false for training pipeline.

### 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
  • Loading branch information
prathikr authored Jul 26, 2024
1 parent b6b2930 commit 278f0f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ stages:
enable_windows_gpu: false
enable_mac_cpu: true
enable_linux_arm: false
enable_windows_arm64_qnn: false
enable_windows_x64_qnn: false

0 comments on commit 278f0f5

Please sign in to comment.