Skip to content

Commit

Permalink
Update build_source.sh
Browse files Browse the repository at this point in the history
nvda-mesharma authored Nov 21, 2024
1 parent 3ada940 commit 760f884
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build/build_source.sh
Original file line number Diff line number Diff line change
@@ -34,7 +34,9 @@ do
done

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

0 comments on commit 760f884

Please sign in to comment.