We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cbde1 commit 00a95a2Copy full SHA for 00a95a2
triton_backend/inflight_batcher_llm/scripts/build.sh
@@ -53,7 +53,8 @@ fi
53
54
# TODO: Remove specifying Triton version after cmake version is upgraded to 3.31.8
55
# Get TRITON_SHORT_TAG from docker/Dockerfile.multi
56
-LLM_ROOT="$(dirname $0)/../../../.."
+LLM_ROOT=$BUILD_DIR/../../..
57
+LLM_ROOT=$(cd -- "$LLM_ROOT" && pwd)
58
TRITON_SHORT_TAG=$("$LLM_ROOT/jenkins/scripts/get_triton_tag.sh" "$LLM_ROOT")
59
cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install ${BUILD_TESTS_ARG} -DTRITON_COMMON_REPO_TAG=${TRITON_SHORT_TAG} -DTRITON_CORE_REPO_TAG=${TRITON_SHORT_TAG} -DTRITON_THIRD_PARTY_REPO_TAG=${TRITON_SHORT_TAG} -DTRITON_BACKEND_REPO_TAG=${TRITON_SHORT_TAG} ..
60
make install
0 commit comments