We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5929f7a commit 2512b8aCopy full SHA for 2512b8a
.github/workflows/triton_update_ci.yml
@@ -35,8 +35,8 @@ jobs:
35
export VLLM_VERSION=${TAG#v} # example: 0.5.5
36
if [ -z "$VLLM_VERSION" ]
37
then
38
- echo "\$VLLM_VERSION is NULL, setting it to 0.5.5"
39
- VLLM_VERSION=0.5.5
+ echo "\$VLLM_VERSION is NULL, setting it to 0.5.3.post1"
+ VLLM_VERSION=0.5.3.post1
40
else
41
echo "\$VLLM_VERSION is NOT NULL"
42
fi
0 commit comments