Skip to content

Commit

Permalink
remove "--use_webgpu" in some apple default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Oct 4, 2024
1 parent 1fce342 commit 6d7bb5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"--build_apple_framework",
"--use_coreml",
"--use_xnnpack",
"--use_webgpu",
"--skip_tests",
"--cmake_extra_defines=onnxruntime_BUILD_UNIT_TESTS=OFF"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@
"--ios",
"--use_xcode",
"--use_xnnpack",
"--use_webgpu",
"--apple_deploy_target=13.0"
],
"iphonesimulator": [
"--ios",
"--use_xcode",
"--use_xnnpack",
"--use_webgpu",
"--apple_deploy_target=13.0"
],
"macabi":[
Expand Down

0 comments on commit 6d7bb5b

Please sign in to comment.