From fb9227bb0e12eeb45a4654512ece2330ff9e09f8 Mon Sep 17 00:00:00 2001 From: Katherine Yang Date: Thu, 5 Oct 2023 09:25:07 -0700 Subject: [PATCH] address comments --- tritonserver/cppbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tritonserver/cppbuild.sh b/tritonserver/cppbuild.sh index 036553ac7fe..cce34deda12 100755 --- a/tritonserver/cppbuild.sh +++ b/tritonserver/cppbuild.sh @@ -13,7 +13,7 @@ if [[ ! -f "/opt/tritonserver/include/triton/developer_tools/generic_server_wrap TOOLS_BRANCH=${TOOLS_BRANCH:="https://github.com/triton-inference-server/developer_tools.git"} TOOLS_BRANCH_TAG=${TOOLS_BRANCH_TAG:="main"} TRITON_CORE_REPO=${TRITON_CORE_REPO:="https://github.com/triton-inference-server/core.git"} - TRITON_CORE_REPO_TAG=${TRITON_CORE_REPO_TAG="main"} + TRITON_CORE_REPO_TAG=${TRITON_CORE_REPO_TAG="r23.05"} TRITON_HOME="/opt/tritonserver" BUILD_HOME="$PWD"/tritonbuild mkdir -p ${BUILD_HOME} && cd ${BUILD_HOME}