diff --git a/backends/arm/scripts/mlsdk_utils.sh b/backends/arm/scripts/mlsdk_utils.sh index 7a7d2585e52..92e8f329846 100755 --- a/backends/arm/scripts/mlsdk_utils.sh +++ b/backends/arm/scripts/mlsdk_utils.sh @@ -38,6 +38,28 @@ function download_ai_mlsdk_manifest() { --manifest-url ${mlsdk_manifest_url} \ --manifest-branch ${mlsdk_manifest_tag} \ -g model-converter,emulation-layer,vgf-library + +# Update dependencies to use gitlab tosa-mlir-translator +# Do not indent the xml. Heredoc indentation is significant. +mkdir -p .repo/local_manifests/ +cat > ".repo/local_manifests/tosa_gitlab.xml" <<'XML' + + + + + + + + + +XML + ./repo sync -j$(nproc) popd