Skip to content

Commit

Permalink
Update build_source.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nvda-mesharma authored Nov 21, 2024
1 parent 552db92 commit 65fe72c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/build/build_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ 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
git clone -b mesharma-ci https://github.com/triton-inference-server/server.git
git clone -b r${TRITON_CONTAINER_VERSION} https://github.com/triton-inference-server/server.git
set -x && python3 server/build.py -v \
--enable-logging \
--enable-stats \
Expand Down

0 comments on commit 65fe72c

Please sign in to comment.