Skip to content

Commit

Permalink
Update triton_update_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvda-mesharma authored Sep 20, 2024
1 parent 5929f7a commit 2512b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triton_update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
export VLLM_VERSION=${TAG#v} # example: 0.5.5
if [ -z "$VLLM_VERSION" ]
then
echo "\$VLLM_VERSION is NULL, setting it to 0.5.5"
VLLM_VERSION=0.5.5
echo "\$VLLM_VERSION is NULL, setting it to 0.5.3.post1"
VLLM_VERSION=0.5.3.post1
else
echo "\$VLLM_VERSION is NOT NULL"
fi
Expand Down

0 comments on commit 2512b8a

Please sign in to comment.