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 b6f351e commit ba5dba3
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 @@ -31,7 +31,7 @@ export TRITON_CONTAINER_VERSION=${TAG#v} # example: 24.06
echo "TRITON_CONTAINER_VERSION = ${TRITON_CONTAINER_VERSION}"

# Get latest VLLM RELEASED VERSION from https://github.com/vllm-project/vllm/releases
TAG=$(curl https://api.github.com/repos/triton-inference-server/server/releases/latest | grep -i "tag_name" | awk -F '"' '{print $4}')
TAG=$(curl https://api.github.com/repos/vllm-project/vllm/releases/latest | grep -i "tag_name" | awk -F '"' '{print $4}')
export VLLM_VERSION=${TAG#v} # example: 0.5.3.post1
echo "VLLM_VERSION = ${VLLM_VERSION}"

Expand Down

0 comments on commit ba5dba3

Please sign in to comment.