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 Jul 24, 2024
1 parent c800ef4 commit 9dca430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build/build_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ TAG=$(curl https://api.github.com/repos/triton-inference-server/server/releases/
export VLLM_VERSION=${TAG#v} # example: 0.5.3.post1

git clone -b mesharma-ci https://github.com/triton-inference-server/server.git
python3 server/build.py -v --enable-logging
set -x && python3 server/build.py -v --enable-logging
--enable-stats
--enable-tracing
--enable-metrics
Expand Down

0 comments on commit 9dca430

Please sign in to comment.