We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f810a commit ea55c16Copy full SHA for ea55c16
tools/ci_build/github/azure-pipelines/stages/py-cpu-packaging-stage.yml
@@ -273,6 +273,13 @@ stages:
273
BUILD_PY_PARAMETERS: ${{ parameters.build_py_parameters }}
274
PYTHON_VERSION: '3.13'
275
276
+ - template: ../templates/py-win-arm64-qnn.yml
277
+ parameters:
278
+ MACHINE_POOL: 'onnxruntime-qnn-windows-vs-2022-arm64'
279
+ QNN_SDK: ${{ parameters.qnn_sdk_version }}
280
+ BUILD_PY_PARAMETERS: ${{ parameters.build_py_parameters }}
281
+ PYTHON_VERSION: '3.14'
282
+
283
- ${{ if eq(parameters.enable_windows_arm64ec_qnn, true) }}:
284
- stage: Python_Packaging_Windows_arm64ec_QNN
285
dependsOn: []
0 commit comments