Skip to content

Commit

Permalink
Remove extra comma, non-Dockerized Jetson comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed May 19, 2023
1 parent 330095d commit 3065da6
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 @@ -673,7 +673,7 @@ def onnxruntime_cmake_args(images, library_paths):
cmake_backend_arg('onnxruntime', 'TRITON_BUILD_PLATFORM', None,
'jetpack'),
cmake_backend_enable('onnxruntime',
'TRITON_ENABLE_ONNXRUNTIME_OPENVINO', False),
'TRITON_ENABLE_ONNXRUNTIME_OPENVINO', False)
]
else:
if target_platform() == 'windows':
Expand Down

0 comments on commit 3065da6

Please sign in to comment.