Updated ONNX Runtime Checkout and Disabled Reduced Operator Type
Browse files- README.md +3 -3
- run-ios-arm64.sh +3 -3
- run-ios-simulator-arm64.sh +3 -3
- run-ios-simulator-os64.sh +3 -3
README.md
CHANGED
@@ -6,9 +6,9 @@ This repo contains pre-built static onnxruntime libs for iOS using the following
|
|
6 |
commit:
|
7 |
|
8 |
```
|
9 |
-
commit
|
10 |
-
Author:
|
11 |
-
Date:
|
12 |
```
|
13 |
|
14 |
Please see
|
|
|
6 |
commit:
|
7 |
|
8 |
```
|
9 |
+
commit e1ca8ee6d4a188f01efd4083d6f4273a3ef901aa (HEAD -> main, github/main)
|
10 |
+
Author: Randy Shuai <rashuai@microsoft.com>
|
11 |
+
Date: 2023-07-16 16:51:40 -0700
|
12 |
```
|
13 |
|
14 |
Please see
|
run-ios-arm64.sh
CHANGED
@@ -15,8 +15,7 @@ build_dir=$DIR/build-ios/arm64
|
|
15 |
python3 \
|
16 |
$DIR/tools/ci_build/build.py \
|
17 |
--build_dir $build_dir \
|
18 |
-
--include_ops_by_config ops.config \
|
19 |
-
--enable_reduced_operator_type_support \
|
20 |
--config Release \
|
21 |
--use_xcode \
|
22 |
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF \
|
@@ -30,4 +29,5 @@ python3 \
|
|
30 |
--skip_tests \
|
31 |
--build_apple_framework \
|
32 |
--apple_deploy_target 13.0 \
|
33 |
-
--use_coreml
|
|
|
|
15 |
python3 \
|
16 |
$DIR/tools/ci_build/build.py \
|
17 |
--build_dir $build_dir \
|
18 |
+
--include_ops_by_config ops.config --skip_tests \
|
|
|
19 |
--config Release \
|
20 |
--use_xcode \
|
21 |
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF \
|
|
|
29 |
--skip_tests \
|
30 |
--build_apple_framework \
|
31 |
--apple_deploy_target 13.0 \
|
32 |
+
--use_coreml \
|
33 |
+
--path_to_protoc_exe /usr/local/Cellar/protobuf@21/21.12/bin/protoc-3.21.12.0
|
run-ios-simulator-arm64.sh
CHANGED
@@ -14,8 +14,7 @@ build_dir=$DIR/build-ios/simulator/arm64
|
|
14 |
python3 \
|
15 |
$DIR/tools/ci_build/build.py \
|
16 |
--build_dir $build_dir \
|
17 |
-
--include_ops_by_config ops.config \
|
18 |
-
--enable_reduced_operator_type_support \
|
19 |
--config Release \
|
20 |
--use_xcode \
|
21 |
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF \
|
@@ -29,4 +28,5 @@ python3 \
|
|
29 |
--skip_tests \
|
30 |
--build_apple_framework \
|
31 |
--apple_deploy_target 13.0 \
|
32 |
-
--use_coreml
|
|
|
|
14 |
python3 \
|
15 |
$DIR/tools/ci_build/build.py \
|
16 |
--build_dir $build_dir \
|
17 |
+
--include_ops_by_config ops.config --skip_tests \
|
|
|
18 |
--config Release \
|
19 |
--use_xcode \
|
20 |
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF \
|
|
|
28 |
--skip_tests \
|
29 |
--build_apple_framework \
|
30 |
--apple_deploy_target 13.0 \
|
31 |
+
--use_coreml \
|
32 |
+
--path_to_protoc_exe /usr/local/Cellar/protobuf@21/21.12/bin/protoc-3.21.12.0
|
run-ios-simulator-os64.sh
CHANGED
@@ -15,8 +15,7 @@ build_dir=$DIR/build-ios/simulator/os64
|
|
15 |
python3 \
|
16 |
$DIR/tools/ci_build/build.py \
|
17 |
--build_dir $build_dir \
|
18 |
-
--include_ops_by_config ops.config \
|
19 |
-
--enable_reduced_operator_type_support \
|
20 |
--config Release \
|
21 |
--use_xcode \
|
22 |
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF \
|
@@ -30,4 +29,5 @@ python3 \
|
|
30 |
--skip_tests \
|
31 |
--build_apple_framework \
|
32 |
--apple_deploy_target 13.0 \
|
33 |
-
--use_coreml
|
|
|
|
15 |
python3 \
|
16 |
$DIR/tools/ci_build/build.py \
|
17 |
--build_dir $build_dir \
|
18 |
+
--include_ops_by_config ops.config --skip_tests \
|
|
|
19 |
--config Release \
|
20 |
--use_xcode \
|
21 |
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF \
|
|
|
29 |
--skip_tests \
|
30 |
--build_apple_framework \
|
31 |
--apple_deploy_target 13.0 \
|
32 |
+
--use_coreml \
|
33 |
+
--path_to_protoc_exe /usr/local/Cellar/protobuf@21/21.12/bin/protoc-3.21.12.0
|