File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ set(TRITON_REPO_ORGANIZATION "https://github.com/triton-inference-server" CACHE
6161set (TRITON_COMMON_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/common repo" )
6262set (TRITON_CORE_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo" )
6363set (TRITON_CLIENT_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo" )
64+ set (TRITON_THIRD_PARTY_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/third-party repo" )
6465
6566#
6667# Install locations
@@ -97,6 +98,7 @@ ExternalProject_Add(
9798 -DTRITON_REPO_ORGANIZATION:STRING=${TRITON_REPO_ORGANIZATION}
9899 -DTRITON_CORE_REPO_TAG:STRING=${TRITON_CORE_REPO_TAG}
99100 -DTRITON_COMMON_REPO_TAG:STRING=${TRITON_COMMON_REPO_TAG}
101+ -DTRITON_THIRD_PARTY_REPO_TAG:STRING=${TRITON_THIRD_PARTY_REPO_TAG}
100102 -DTRITON_ENABLE_CC_HTTP:BOOL=${TRITON_ENABLE_CC_HTTP}
101103 -DTRITON_ENABLE_CC_GRPC:BOOL=${TRITON_ENABLE_CC_GRPC}
102104 -DTRITON_ENABLE_PYTHON_HTTP:BOOL=OFF
@@ -159,6 +161,7 @@ if(TRITON_ENABLE_PYTHON_HTTP OR TRITON_ENABLE_PYTHON_GRPC)
159161 -DTRITON_REPO_ORGANIZATION:STRING=${TRITON_REPO_ORGANIZATION}
160162 -DTRITON_CORE_REPO_TAG:STRING=${TRITON_CORE_REPO_TAG}
161163 -DTRITON_COMMON_REPO_TAG:STRING=${TRITON_COMMON_REPO_TAG}
164+ -DTRITON_THIRD_PARTY_REPO_TAG:STRING=${TRITON_THIRD_PARTY_REPO_TAG}
162165 -DTRITON_ENABLE_CC_HTTP:BOOL=OFF
163166 -DTRITON_ENABLE_CC_GRPC:BOOL=OFF
164167 -DTRITON_ENABLE_EXAMPLES:BOOL=ON
You can’t perform that action at this time.
0 commit comments