Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chilo-ms committed Oct 22, 2024
1 parent d2d7c3a commit a9651fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ def generate_build_tree(
"-Donnxruntime_USE_LLVM=" + ("ON" if args.use_tvm else "OFF"),
"-Donnxruntime_ENABLE_MICROSOFT_INTERNAL=" + ("ON" if args.enable_msinternal else "OFF"),
"-Donnxruntime_USE_VITISAI=" + ("ON" if args.use_vitisai else "OFF"),
"-Donnxruntime_TEST_TENSORRT_EP_PLUGIN =" + ("ON" if args.test_tensorrt_ep_plugin else "OFF"),
"-Donnxruntime_TEST_TENSORRT_EP_PLUGIN=" + ("ON" if args.test_tensorrt_ep_plugin else "OFF"),
"-Donnxruntime_USE_TENSORRT=" + ("ON" if args.use_tensorrt else "OFF"),
"-Donnxruntime_USE_TENSORRT_BUILTIN_PARSER="
+ ("ON" if args.use_tensorrt_builtin_parser and not args.use_tensorrt_oss_parser else "OFF"),
Expand Down

0 comments on commit a9651fe

Please sign in to comment.