Skip to content

Commit 760f884

Browse files
Update build_source.sh
1 parent 3ada940 commit 760f884

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build/build_source.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ do
3434
done
3535

3636
echo "Triton version is ${TRITON_CONTAINER_VERSION} and vllm version is ${VLLM_VERSION}"
37-
git clone -b r${TRITON_CONTAINER_VERSION} https://github.com/triton-inference-server/server.git
37+
# This change will start working for r24.12 release
38+
#git clone -b r${TRITON_CONTAINER_VERSION} https://github.com/triton-inference-server/server.git
39+
git clone https://github.com/triton-inference-server/server.git
3840
set -x && python3 server/build.py -v \
3941
--enable-logging \
4042
--enable-stats \

0 commit comments

Comments
 (0)