Skip to content

Commit

Permalink
Remove no longer needed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed May 25, 2023
1 parent 30b8435 commit c49cc93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,6 @@ def onnxruntime_cmake_args(images, library_paths):
None, ort_include_path),
cmake_backend_arg('onnxruntime', 'TRITON_ONNXRUNTIME_LIB_PATHS',
None, ort_lib_path),
cmake_backend_arg('onnxruntime', 'TRITON_BUILD_PLATFORM', None,
'jetpack'),
cmake_backend_enable('onnxruntime',
'TRITON_ENABLE_ONNXRUNTIME_OPENVINO', False)
]
Expand Down

0 comments on commit c49cc93

Please sign in to comment.