Skip to content

Commit 39fa25e

Browse files
authored
Limit the version of vllm to avoid dockers build failures. (#1183)
Signed-off-by: ZePan110 <[email protected]>
1 parent ac47042 commit 39fa25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml
7676
if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then
7777
git clone https://github.com/vllm-project/vllm.git
78-
cd vllm && git rev-parse HEAD && cd ../
78+
cd vllm && git checkout 446c780 && cd ../
7979
fi
8080
if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
8181
git clone https://github.com/HabanaAI/vllm-fork.git

0 commit comments

Comments
 (0)