From 16e335d5b3355a437fd8c6109001fe15418bcc85 Mon Sep 17 00:00:00 2001 From: JuneChul Roh Date: Wed, 4 Dec 2024 12:15:02 -0600 Subject: [PATCH] Updated to align with PSDK 10.01.00.03 --- .github/workflows/lib-onnxrt-build.yaml | 4 ++-- scripts/collect_libs.sh | 1 - scripts/config.yaml | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/lib-onnxrt-build.yaml b/.github/workflows/lib-onnxrt-build.yaml index bdd5135..3061cdb 100644 --- a/.github/workflows/lib-onnxrt-build.yaml +++ b/.github/workflows/lib-onnxrt-build.yaml @@ -49,9 +49,9 @@ jobs: remote_docker_tag=ghcr.io/${{ github.repository_owner }}/$docker_tag remote_docker_tag=${remote_docker_tag,,} # package names: moved down - # whl_name=onnxruntime_tidl-1.14.0+${{ inputs.tidl_ver }}-cp310-cp310-linux_aarch64.whl + # whl_name=onnxruntime_tidl-1.15.0-cp310-cp310-linux_aarch64.whl # whl_path=workarea/onnxruntime/build/Linux/Release/dist/${whl_name} - # pkg_name=onnx-1.14.0+${{ inputs.tidl_ver }}-${base_image//:/}_aarch64.tar.gz + # pkg_name=onnx-1.15.0-${base_image//:/}_aarch64.tar.gz # pkg_path=workarea/${pkg_name} # artifacts dir artifacts_name=onnxrt-${base_image//:/} diff --git a/scripts/collect_libs.sh b/scripts/collect_libs.sh index 6db9616..9d4377a 100755 --- a/scripts/collect_libs.sh +++ b/scripts/collect_libs.sh @@ -13,7 +13,6 @@ fi TARGET_DIR=$HOME/ubuntu22-deps onnx_ver=$(get_yaml_value "onnxruntime" "onnx_ver") -# tidl_ver=$(get_yaml_value "onnxruntime" "tidl_ver") # rm -rf $TARGET_DIR mkdir -p $TARGET_DIR diff --git a/scripts/config.yaml b/scripts/config.yaml index f05bfbc..33e9f7e 100644 --- a/scripts/config.yaml +++ b/scripts/config.yaml @@ -1,17 +1,24 @@ -# PSDK-Linux for EdgeAI: 10.01.00.02 +# PSDK-Linux for EdgeAI: 10.01.00.03 # Below are for osrt-libs-build. References: # https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-tisdk/ti-tidl/ti-tidl.bb?h=scarthgap # https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-tisdk/ti-tidl/ti-tidl-osrt.bb?h=scarthgap + +# Dependency: arm-tidl requires vision-apps libs. Make sure the vision-apps libs built first +vision-apps-lib-build: + url: "https://github.com/TexasInstruments-Sandbox/edgeai-vision-apps-lib-build/releases/download" + release: "10.01.00.03" + sdk_ver: "10.1.0" + arm-tidl: url: "https://git.ti.com/git/processor-sdk-vision/arm-tidl.git" - tag: "REL.PSDK.ANALYTICS.10.01.00.02" + tag: "REL.PSDK.ANALYTICS.10.01.00.03" branch: "master" - commit: "d165b9ba24c28d23c28bc2f3eed15edc2569ee76" + commit: "38a2f55ed3b8b11e1e25359f724b75320f26f003" concerto: url: "https://git.ti.com/git/processor-sdk/concerto.git" - tag: "REL.PSDK.ANALYTICS.10.01.00.02" + tag: "REL.PSDK.ANALYTICS.10.01.00.03" branch: "main" commit: "707b11afdbe5d0abb109a42b06828ba70f555bff" @@ -22,7 +29,6 @@ onnxruntime: branch: "tidl-1.15" commit: "f145bec7bee26b9dfa43b3e07645ee1a5f8b8140" onnx_ver: "1.15.0" - tidl_ver: "10000005" protobuf_ver: "3.21.12" protobuf_ver_rel: "21.12" @@ -45,8 +51,3 @@ ti-rpmsg-char: tag: "0.6.7" branch: "master" commit: "5100a2e4a4a951e40ea0708fa78960770ec0ac33" - -vision-apps-lib-build: - url: "https://github.com/TexasInstruments-Sandbox/edgeai-vision-apps-lib-build/releases/download" - release: "10.01.00.02" - sdk_ver: "10.1.0"