Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Mar 26, 2024
1 parent d6207f5 commit bbd0781
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ parameters:
type: boolean
default: false

- name: onnxTensorrtOverwrite
displayName: Indicate onnx-tensorrt commit id to overwrite
type: string
default: ""

- name: ModelGroups
type: object
default:
Expand Down Expand Up @@ -112,7 +107,7 @@ jobs:

# Build ORT with TensorRT OSS parser
- ${{ if and(ne(parameters.TrtVersion, 'BIN'), eq(parameters.UseTensorrtOssParser, true)) }}:
- script: 'python3 $(Build.SourcesDirectory)/onnxruntime/python/tools/tensorrt/perf/build/build_image.py -r $(Build.SourcesDirectory) -i $(image) -b $(branchName) -t $(trtVersion) -a 75 -o ${{parameters.onnxTensorrtOverwrite}} --use_tensorrt_oss_parser'
- script: 'python3 $(Build.SourcesDirectory)/onnxruntime/python/tools/tensorrt/perf/build/build_image.py -r $(Build.SourcesDirectory) -i $(image) -b $(branchName) -t $(trtVersion) -a 75 -o $(onnxTensorrtCommitId) --use_tensorrt_oss_parser'
displayName: 'Build latest ORT Image with TensorRT OSS parser'
workingDirectory: '$(Build.SourcesDirectory)/onnxruntime/python/tools/tensorrt/perf/build'

Expand Down

0 comments on commit bbd0781

Please sign in to comment.