Skip to content

Commit

Permalink
Update vllm_update_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvda-mesharma authored Sep 5, 2024
1 parent ce76a76 commit 2fafdda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/vllm_update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
# Get latest VLLM RELEASED VERSION from https://github.com/triton-inference-server/vllm_backend/releases
TAG=$(curl https://api.github.com/repos/triton-inference-server/vllm_backend/releases/latest | grep -i "tag_name" | awk -F '"' '{print $4}')
export TRITON_CONTAINER_VERSION=${TAG#v} # example: 24.08
# Get latest VLLM RELEASED VERSION from https://github.com/vllm-project/vllm/releases
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.5
echo "VLLM_VERSION = ${VLLM_VERSION}"
if [ -z "$TRITON_CONTAINER_VERSION" || -z "$VLLM_VERSION"]
then
echo "Can't find latest Triton or vllm version.. Skipping CI run"
Expand Down

0 comments on commit 2fafdda

Please sign in to comment.