File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ test_model_with_coreml() {
237
237
238
238
# Run the model
239
239
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
242
242
243
243
echo " Testing exported model with coreml_executor_runner..."
244
244
local out_dir=$( mktemp -d)
Original file line number Diff line number Diff line change 11
11
if __name__ == "__main__" :
12
12
test_base .run_tests (
13
13
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
+ ),
18
18
test_base .ModelTest (
19
19
model = Model .Mv3 ,
20
20
backend = Backend .CoreMlTest ,
21
- )
21
+ ),
22
22
]
23
23
)
You can’t perform that action at this time.
0 commit comments