Skip to content

Commit e41e74a

Browse files
Add quantized model test to workflow
Current models are supported in each script, execute these scripts to verify validness of quantization. Co-authored-by: chong-chen <[email protected]>
1 parent eda67ae commit e41e74a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,12 @@ jobs:
936936
python -m executorch.examples.samsung.aot_compiler --model_name=$model -c E9955
937937
done
938938
939+
# Test quant models
940+
model_scripts="deeplab_v3 edsr inception_v3 inception_v4 mobilenet_v2 mobilenet_v3 resnet18 resnet50 vit wav2letter"
941+
for m_script in $model_scripts; do
942+
python -m executorch.examples.samsung.scripts.${m_script} -c e9955 -p A8W8
943+
done
944+
939945
# Test ops
940946
python -m unittest discover -s backends/samsung/test/ops -p "test_*.py"
941947

0 commit comments

Comments
 (0)