We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda67ae commit e41e74aCopy full SHA for e41e74a
.github/workflows/pull.yml
@@ -936,6 +936,12 @@ jobs:
936
python -m executorch.examples.samsung.aot_compiler --model_name=$model -c E9955
937
done
938
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
+
945
# Test ops
946
python -m unittest discover -s backends/samsung/test/ops -p "test_*.py"
947
0 commit comments