From c49cc9376a6272d5879ae14bff48ef3e6946ca39 Mon Sep 17 00:00:00 2001 From: David Yastremsky Date: Thu, 25 May 2023 15:48:42 -0700 Subject: [PATCH] Remove no longer needed flag --- build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.py b/build.py index 81a8aebd55d..a6bb111520d 100755 --- a/build.py +++ b/build.py @@ -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) ]