Skip to content

Commit

Permalink
Updated to align with PSDK 10.01.00.03
Browse files Browse the repository at this point in the history
  • Loading branch information
junechul committed Dec 4, 2024
1 parent 7a4df55 commit 16e335d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib-onnxrt-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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//:/}
Expand Down
1 change: 0 additions & 1 deletion scripts/collect_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 11 additions & 10 deletions scripts/config.yaml
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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"

Expand All @@ -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"

0 comments on commit 16e335d

Please sign in to comment.