Skip to content

Commit b3a4850

Browse files
committed
clean up
1 parent 00e8eec commit b3a4850

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
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,

0 commit comments

Comments
 (0)