From 2512b8ae50da5b295443080b9b4b919e1c1abf6b Mon Sep 17 00:00:00 2001 From: Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:17:50 -0700 Subject: [PATCH] Update triton_update_ci.yml --- .github/workflows/triton_update_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triton_update_ci.yml b/.github/workflows/triton_update_ci.yml index 3faffff2..bf379c06 100644 --- a/.github/workflows/triton_update_ci.yml +++ b/.github/workflows/triton_update_ci.yml @@ -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