Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Sep 16, 2024
1 parent 128d0d5 commit 358a6e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,14 @@ extends:
- stage: Python_Packaging_Linux_CPU
dependsOn: []
jobs:
- template: py-linux.yml
- template: /tools/ci_build/github/azure-pipelines/templates/py-linux.yml@self
parameters:
arch: 'x86_64'
machine_pool: 'onnxruntime-Ubuntu2204-AMD-CPU'
extra_build_arg: ${{ parameters.build_py_parameters }}
cmake_build_type: ${{ parameters.cmake_build_type }}

- template: py-linux-gpu.yml
- template: /tools/ci_build/github/azure-pipelines/templates/py-linux-gpu.yml@self
parameters:
arch: 'x86_64'
machine_pool: 'onnxruntime-Ubuntu2204-AMD-CPU'
Expand Down

0 comments on commit 358a6e7

Please sign in to comment.