Changed Scripts to Disable Reduced Operators
Browse files- create-custom-ops-config.sh +0 -1
- run-ios-arm64.sh +0 -1
- run-ios-simulator-arm64.sh +0 -1
- run-ios-simulator-os64.sh +0 -1
create-custom-ops-config.sh
CHANGED
|
@@ -10,5 +10,4 @@ python3 \
|
|
| 10 |
$DIR/tools/python/create_reduced_build_config.py \
|
| 11 |
sherpa-onnx-ort-streaming-zipformer-en-2023-06-26 \
|
| 12 |
ops.config \
|
| 13 |
-
--enable_type_reduction \
|
| 14 |
--format ORT
|
|
|
|
| 10 |
$DIR/tools/python/create_reduced_build_config.py \
|
| 11 |
sherpa-onnx-ort-streaming-zipformer-en-2023-06-26 \
|
| 12 |
ops.config \
|
|
|
|
| 13 |
--format ORT
|
run-ios-arm64.sh
CHANGED
|
@@ -16,7 +16,6 @@ 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 |
--disable_ml_ops --disable_exceptions --disable_rtti \
|
| 21 |
--minimal_build extended \
|
| 22 |
--config Release \
|
|
|
|
| 16 |
$DIR/tools/ci_build/build.py \
|
| 17 |
--build_dir $build_dir \
|
| 18 |
--include_ops_by_config ops.config \
|
|
|
|
| 19 |
--disable_ml_ops --disable_exceptions --disable_rtti \
|
| 20 |
--minimal_build extended \
|
| 21 |
--config Release \
|
run-ios-simulator-arm64.sh
CHANGED
|
@@ -15,7 +15,6 @@ 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 |
--disable_ml_ops --disable_exceptions --disable_rtti \
|
| 20 |
--minimal_build extended \
|
| 21 |
--config Release \
|
|
|
|
| 15 |
$DIR/tools/ci_build/build.py \
|
| 16 |
--build_dir $build_dir \
|
| 17 |
--include_ops_by_config ops.config \
|
|
|
|
| 18 |
--disable_ml_ops --disable_exceptions --disable_rtti \
|
| 19 |
--minimal_build extended \
|
| 20 |
--config Release \
|
run-ios-simulator-os64.sh
CHANGED
|
@@ -16,7 +16,6 @@ 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 |
--disable_ml_ops --disable_exceptions --disable_rtti \
|
| 21 |
--minimal_build extended \
|
| 22 |
--config Release \
|
|
|
|
| 16 |
$DIR/tools/ci_build/build.py \
|
| 17 |
--build_dir $build_dir \
|
| 18 |
--include_ops_by_config ops.config \
|
|
|
|
| 19 |
--disable_ml_ops --disable_exceptions --disable_rtti \
|
| 20 |
--minimal_build extended \
|
| 21 |
--config Release \
|