File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222 pull_request_target :
2323 types : [opened, synchronize]
2424 branches :
25- - ' main'
25+ - ' main-fake '
2626
2727permissions :
2828 pull-requests : write
5353
5454 - name : Get vLLM release version
5555 run : |
56- VLLM_VERSION=$(python3 docs/source/conf.py | jq .vllm_version | tr -d '"')
56+ VLLM_VERSION=$(python3 docs/source/conf.py | jq .ci_vllm_version | tr -d '"')
5757 echo "VLLM_VERSION=$VLLM_VERSION" >> $GITHUB_ENV
5858
5959 - name : Update PR description
Original file line number Diff line number Diff line change 7676 'pip_vllm_version' : "0.9.1" ,
7777 # CANN image tag
7878 'cann_image_tag' : "8.1.rc1-910b-ubuntu22.04-py3.10" ,
79+ # vllm version in ci
80+ 'ci_vllm_version' : 'v0.9.2' ,
7981}
8082
8183# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments