We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056a428 commit 80a0e5bCopy full SHA for 80a0e5b
tools/gen_ort_dockerfile.py
@@ -227,7 +227,9 @@ def dockerfile_for_linux(output_file):
227
ep_flags += " --use_openvino CPU_FP32"
228
229
if target_platform() == "igpu":
230
- ep_flags += " --skip_tests --cmake_extra_defines 'onnxruntime_BUILD_UNIT_TESTS=OFF'"
+ ep_flags += (
231
+ " --skip_tests --cmake_extra_defines 'onnxruntime_BUILD_UNIT_TESTS=OFF'"
232
+ )
233
cuda_archs = "53;62;72;87"
234
else:
235
cuda_archs = "60;61;70;75;80;86;90"
0 commit comments