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 Aug 6, 2024
1 parent 52aaded commit 62fc87c
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 @@ -33,7 +33,7 @@ do
esac
done

echo "Triton version is $TRITON_CONTAINER_VERSION and vllm version is $VLLM_VERSION"
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
set -x && python3 server/build.py -v \
Expand Down

0 comments on commit 62fc87c

Please sign in to comment.