Skip to content

Commit 5f3137d

Browse files
committed
clean up
1 parent 6a23708 commit 5f3137d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.ci/scripts/test_model.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ test_model_with_coreml() {
237237

238238
# Run the model
239239
if [ "${should_test}" = true ]; then
240-
# echo "Installing requirements needed to build coreml_executor_runner..."
241-
# backends/apple/coreml/scripts/install_requirements.sh
240+
echo "Installing requirements needed to build coreml_executor_runner..."
241+
backends/apple/coreml/scripts/install_requirements.sh
242242

243243
echo "Testing exported model with coreml_executor_runner..."
244244
local out_dir=$(mktemp -d)

.ci/scripts/wheel/test_macos.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
if __name__ == "__main__":
1212
test_base.run_tests(
1313
model_tests=[
14-
# test_base.ModelTest(
15-
# model=Model.Mv3,
16-
# backend=Backend.XnnpackQuantizationDelegation,
17-
# ),
14+
test_base.ModelTest(
15+
model=Model.Mv3,
16+
backend=Backend.XnnpackQuantizationDelegation,
17+
),
1818
test_base.ModelTest(
1919
model=Model.Mv3,
2020
backend=Backend.CoreMlTest,
21-
)
21+
),
2222
]
2323
)

0 commit comments

Comments
 (0)