Skip to content

Commit

Permalink
Merge branch 'adrianl/qnn-arm64-py-package' of github.com:microsoft/o…
Browse files Browse the repository at this point in the history
…nnxruntime into adrianl/qnn-arm64-py-package
  • Loading branch information
adrianlizarraga committed Jan 13, 2024
2 parents 5c5a68c + c443e50 commit 7b2706a
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
default: C:\data\qnnsdk\qnn-v2.17.0.231124_win

jobs:
- job: Win_py_arm64_Wheels_${{ replace(parameters.PYTHON_VERSION,'.','_') }}
- job: Win_py_arm64_qnn_Wheels_${{ replace(parameters.PYTHON_VERSION,'.','_') }}
timeoutInMinutes: 120
workspace:
clean: all
Expand Down Expand Up @@ -69,10 +69,8 @@ jobs:
inputs:
scriptSource: inline
script: |
import sys
np_version = 'numpy==1.25.2'
import subprocess
subprocess.call(['pip', 'install', '-q', 'setuptools', 'wheel', np_version])
subprocess.call(['pip', 'install', '-q', 'setuptools', 'wheel', 'numpy==1.25.2'])
workingDirectory: '$(Build.BinariesDirectory)'
displayName: 'Install python modules'

Expand Down Expand Up @@ -112,7 +110,7 @@ jobs:
parameters:
FolderPath: '$(Build.BinariesDirectory)\RelWithDebInfo\RelWithDebInfo\onnxruntime\capi'
DisplayName: 'ESRP - Sign Native dlls'
DoEsrp: false
DoEsrp: true
Pattern: '*.pyd,*.dll'

- task: PythonScript@0
Expand Down

0 comments on commit 7b2706a

Please sign in to comment.