Skip to content

Commit 65fe72c

Browse files
Update build_source.sh
1 parent 552db92 commit 65fe72c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/build/build_source.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ 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
38-
git clone -b mesharma-ci https://github.com/triton-inference-server/server.git
37+
git clone -b r${TRITON_CONTAINER_VERSION} https://github.com/triton-inference-server/server.git
3938
set -x && python3 server/build.py -v \
4039
--enable-logging \
4140
--enable-stats \

0 commit comments

Comments
 (0)