mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
Sets enable_windows_arm64ec_qnn to false in training CI (#21981)
### Description <!-- Describe your changes. --> ### 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. -->
This commit is contained in:
parent
44fc7b443c
commit
ed232dc1ef
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
parameters:
|
||||
- name: cmake_build_type
|
||||
type: string
|
||||
displayName: 'Linux packages cmake build type. Linux Only.'
|
||||
displayName: 'Linux/Windows/iOS packages cmake build type.'
|
||||
default: 'Release'
|
||||
values:
|
||||
- Debug
|
||||
|
|
@ -23,4 +23,5 @@ stages:
|
|||
enable_mac_cpu: true
|
||||
enable_linux_arm: false
|
||||
enable_windows_arm64_qnn: false
|
||||
enable_windows_arm64ec_qnn: false
|
||||
enable_windows_x64_qnn: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue