File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4949 remote_docker_tag=ghcr.io/${{ github.repository_owner }}/$docker_tag
5050 remote_docker_tag=${remote_docker_tag,,}
5151 # package names: moved down
52- # whl_name=onnxruntime_tidl-1.14.0+${{ inputs.tidl_ver }} -cp310-cp310-linux_aarch64.whl
52+ # whl_name=onnxruntime_tidl-1.15.0 -cp310-cp310-linux_aarch64.whl
5353 # whl_path=workarea/onnxruntime/build/Linux/Release/dist/${whl_name}
54- # pkg_name=onnx-1.14.0+${{ inputs.tidl_ver }} -${base_image//:/}_aarch64.tar.gz
54+ # pkg_name=onnx-1.15.0 -${base_image//:/}_aarch64.tar.gz
5555 # pkg_path=workarea/${pkg_name}
5656 # artifacts dir
5757 artifacts_name=onnxrt-${base_image//:/}
Original file line number Diff line number Diff line change 1313TARGET_DIR=$HOME /ubuntu22-deps
1414
1515onnx_ver=$( get_yaml_value " onnxruntime" " onnx_ver" )
16- # tidl_ver=$(get_yaml_value "onnxruntime" "tidl_ver")
1716
1817# rm -rf $TARGET_DIR
1918mkdir -p $TARGET_DIR
Original file line number Diff line number Diff line change 1- # PSDK-Linux for EdgeAI: 10.01.00.02
1+ # PSDK-Linux for EdgeAI: 10.01.00.03
22
33# Below are for osrt-libs-build. References:
44# https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-tisdk/ti-tidl/ti-tidl.bb?h=scarthgap
55# https://git.ti.com/cgit/edgeai/meta-edgeai/tree/recipes-tisdk/ti-tidl/ti-tidl-osrt.bb?h=scarthgap
6+
7+ # Dependency: arm-tidl requires vision-apps libs. Make sure the vision-apps libs built first
8+ vision-apps-lib-build :
9+ url : " https://github.com/TexasInstruments-Sandbox/edgeai-vision-apps-lib-build/releases/download"
10+ release : " 10.01.00.03"
11+ sdk_ver : " 10.1.0"
12+
613arm-tidl :
714 url : " https://git.ti.com/git/processor-sdk-vision/arm-tidl.git"
8- tag : " REL.PSDK.ANALYTICS.10.01.00.02 "
15+ tag : " REL.PSDK.ANALYTICS.10.01.00.03 "
916 branch : " master"
10- commit : " d165b9ba24c28d23c28bc2f3eed15edc2569ee76 "
17+ commit : " 38a2f55ed3b8b11e1e25359f724b75320f26f003 "
1118
1219concerto :
1320 url : " https://git.ti.com/git/processor-sdk/concerto.git"
14- tag : " REL.PSDK.ANALYTICS.10.01.00.02 "
21+ tag : " REL.PSDK.ANALYTICS.10.01.00.03 "
1522 branch : " main"
1623 commit : " 707b11afdbe5d0abb109a42b06828ba70f555bff"
1724
@@ -22,7 +29,6 @@ onnxruntime:
2229 branch : " tidl-1.15"
2330 commit : " f145bec7bee26b9dfa43b3e07645ee1a5f8b8140"
2431 onnx_ver : " 1.15.0"
25- tidl_ver : " 10000005"
2632 protobuf_ver : " 3.21.12"
2733 protobuf_ver_rel : " 21.12"
2834
@@ -45,8 +51,3 @@ ti-rpmsg-char:
4551 tag : " 0.6.7"
4652 branch : " master"
4753 commit : " 5100a2e4a4a951e40ea0708fa78960770ec0ac33"
48-
49- vision-apps-lib-build :
50- url : " https://github.com/TexasInstruments-Sandbox/edgeai-vision-apps-lib-build/releases/download"
51- release : " 10.01.00.02"
52- sdk_ver : " 10.1.0"
You can’t perform that action at this time.
0 commit comments