File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ download_ai_lite_core() {
1313 API_BASE=" https://soc-developer.semiconductor.samsung.com/api/v1/resource/ai-litecore/download"
1414 API_KEY=$SAMSUNG_AI_LITECORE_KEY
1515
16- VERSION=" 0.5 "
16+ VERSION=" 0.7 "
1717 OS_NAME=" Ubuntu 22.04"
1818 OUT_FILE=" /tmp/exynos-ai-litecore-v${VERSION} .tar.gz"
1919 TARGET_PATH=" /tmp/exynos_ai_lite_core"
@@ -62,7 +62,7 @@ install_enn_backend() {
6262 export PYTHONPATH=${PYTHONPATH:- } :${EXECUTORCH_ROOT} /..
6363}
6464
65- AI_LITE_CORE_VERSION=0.5 .0
65+ AI_LITE_CORE_VERSION=0.7 .0
6666
6767download_ai_lite_core ${AI_LITE_CORE_VERSION}
6868install_enn_backend
Original file line number Diff line number Diff line change @@ -936,7 +936,7 @@ jobs:
936936 done
937937
938938 # Test quant models
939- model_scripts="deeplab_v3 edsr inception_v3 inception_v4 mobilenet_v2 resnet18 resnet50 vit wav2letter"
939+ model_scripts="deeplab_v3 edsr inception_v3 inception_v4 mobilenet_v2 mobilenet_v3 resnet18 resnet50 vit wav2letter"
940940 for m_script in $model_scripts; do
941941 python -m executorch.examples.samsung.scripts.${m_script} -c e9955 -p A8W8
942942 done
You can’t perform that action at this time.
0 commit comments