diff --git a/cgmanifests/generated/cgmanifest.json b/cgmanifests/generated/cgmanifest.json index 989756361b..35a7d831f6 100644 --- a/cgmanifests/generated/cgmanifest.json +++ b/cgmanifests/generated/cgmanifest.json @@ -78,56 +78,6 @@ "comments": "manylinux dependency LIBXCRYPT" } }, - { - "component": { - "type": "git", - "git": { - "commitHash": "d10b27fe37736d2944630ecd7557cefa95cf87c9", - "repositoryUrl": "https://gitlab.com/libeigen/eigen.git" - }, - "comments": "git submodule at cmake/external/eigen" - } - }, - { - "component": { - "type": "git", - "git": { - "commitHash": "0ab19024f08c6673a713e454ef8bd95e174c807f", - "repositoryUrl": "https://github.com/emscripten-core/emsdk.git" - }, - "comments": "git submodule at cmake/external/emsdk" - } - }, - { - "component": { - "type": "git", - "git": { - "commitHash": "7a2ed51a6b682a83e345ff49fc4cfd7ca47550db", - "repositoryUrl": "https://github.com/google/libprotobuf-mutator.git" - }, - "comments": "git submodule at cmake/external/libprotobuf-mutator" - } - }, - { - "component": { - "type": "git", - "git": { - "commitHash": "9b7bca2a723ff94edcd007d93b5d0cf1838591dc", - "repositoryUrl": "https://github.com/onnx/onnx.git" - }, - "comments": "git submodule at cmake/external/onnx" - } - }, - { - "component": { - "type": "git", - "git": { - "commitHash": "81e7799c69044c745239202085eb0a98f102937b", - "repositoryUrl": "https://github.com/microsoft/onnxruntime-extensions.git" - }, - "comments": "git submodule at cmake/external/onnxruntime-extensions" - } - }, { "component": { "type": "git", @@ -447,6 +397,16 @@ }, "comments": "triton" } + }, + { + "component": { + "type": "git", + "git": { + "commitHash": "94142d8391c9791ec71c38336436319a2d4ac7a0", + "repositoryUrl": "https://github.com/microsoft/onnxruntime-extensions.git" + }, + "comments": "extensions" + } } ] } diff --git a/cmake/deps.txt b/cmake/deps.txt index 6b7fb0c95f..5b7ec3bb59 100644 --- a/cmake/deps.txt +++ b/cmake/deps.txt @@ -48,4 +48,4 @@ b64;https://github.com/libb64/libb64/archive/refs/tags/v2.0.0.1.zip;815b6d31d50d pthread;https://sourceforge.net/projects/pthreads4w/files/pthreads4w-code-v3.0.0.zip;3b9e417e4474c34542b76ad40529e396ac109fb4 triton;https://github.com/triton-inference-server/server/archive/refs/tags/v2.28.0.zip;4b305570aa1e889946e20e36050b6770e4108fee # above are deps introduced by triton client, might remove after 1.14 release -extensions;https://github.com/microsoft/onnxruntime-extensions/archive/81e7799c69044c745239202085eb0a98f102937b.zip;d53487035174a046628359289ad27aa0ac0380c9 +extensions;https://github.com/microsoft/onnxruntime-extensions/archive/94142d8391c9791ec71c38336436319a2d4ac7a0.zip;4365ac5140338b4cb75a39944a4be276e3829b3c diff --git a/tools/ci_build/github/azure-pipelines/templates/download-deps.yml b/tools/ci_build/github/azure-pipelines/templates/download-deps.yml index 585b88ed73..504641105a 100644 --- a/tools/ci_build/github/azure-pipelines/templates/download-deps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/download-deps.yml @@ -11,7 +11,7 @@ steps: packageType: upack feed: '/7424c8e4-5c62-490e-95c4-79446f31017c' definition: '517c4f6f-5437-4392-a70d-4f15ec5be2f0' - version: 1.0.52 + version: 1.0.53 downloadPath: $(Build.BinariesDirectory)/deps # The private ADO project @@ -22,7 +22,7 @@ steps: packageType: upack feed: '/4c7631f5-24c0-4307-8822-1aa8f180c325' definition: 'fd9dd5ad-b73e-4678-890e-edcf680dbc1a' - version: 1.0.52 + version: 1.0.53 downloadPath: $(Build.BinariesDirectory)/deps # You can add more ADO accounts at here.