File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,10 @@ jobs:
2222 # Get latest VLLM RELEASED VERSION from https://github.com/triton-inference-server/vllm_backend/releases
2323 TAG=$(curl https://api.github.com/repos/triton-inference-server/vllm_backend/releases/latest | grep -i "tag_name" | awk -F '"' '{print $4}')
2424 export TRITON_CONTAINER_VERSION=${TAG#v} # example: 24.08
25-
2625 # Get latest VLLM RELEASED VERSION from https://github.com/vllm-project/vllm/releases
2726 TAG=$(curl https://api.github.com/repos/vllm-project/vllm/releases/latest | grep -i "tag_name" | awk -F '"' '{print $4}')
2827 export VLLM_VERSION=${TAG#v} # example: 0.5.5
2928 echo "VLLM_VERSION = ${VLLM_VERSION}"
30-
3129 if [ -z "$TRITON_CONTAINER_VERSION" || -z "$VLLM_VERSION"]
3230 then
3331 echo "Can't find latest Triton or vllm version.. Skipping CI run"
You can’t perform that action at this time.
0 commit comments