Skip to content

Commit

Permalink
disable building onnxrt_trt
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier authored and deadeyegoodwin committed Aug 3, 2021
1 parent d9a0fd1 commit f4fafe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def pytorch_cmake_args(images):

def onnxruntime_cmake_args(images, library_paths):
cargs = [
'-DTRITON_ENABLE_ONNXRUNTIME_TENSORRT=ON',
'-DTRITON_ENABLE_ONNXRUNTIME_TENSORRT=OFF',
'-DTRITON_BUILD_ONNXRUNTIME_VERSION={}'.format(
TRITON_VERSION_MAP[FLAGS.version][2])
]
Expand Down

0 comments on commit f4fafe9

Please sign in to comment.