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 Nov 21, 2024
1 parent 65fe72c commit 3ada940
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 @@ -24,7 +24,7 @@ jobs:
if [ -z "$TRITON_CONTAINER_VERSION" ]
then
echo "\$TRITON_CONTAINER_VERSION is NULL, setting it to 24.08"
TRITON_CONTAINER_VERSION=24.08
TRITON_CONTAINER_VERSION=24.10
else
echo "\$TRITON_CONTAINER_VERSION is NOT NULL"
fi
Expand All @@ -35,7 +35,7 @@ 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.3.post1"
echo "\$VLLM_VERSION is NULL, setting it to 0.5.5"
VLLM_VERSION=0.5.3.post1
else
echo "\$VLLM_VERSION is NOT NULL"
Expand Down

0 comments on commit 3ada940

Please sign in to comment.