From 2a738ff6b0ae3557069dadfdeb252b4f33c2d182 Mon Sep 17 00:00:00 2001 From: ZePan110 Date: Thu, 28 Nov 2024 18:05:44 +0800 Subject: [PATCH] Revert "Limit the version of vllm to avoid dockers build failures. (#1183)" This reverts commit 39fa25e03ae75084ff0f2f7748a21dbebf06bfdf. --- .github/workflows/_example-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_example-workflow.yml b/.github/workflows/_example-workflow.yml index b05d67eed..a86ac2592 100644 --- a/.github/workflows/_example-workflow.yml +++ b/.github/workflows/_example-workflow.yml @@ -75,7 +75,7 @@ jobs: docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then git clone https://github.com/vllm-project/vllm.git - cd vllm && git checkout 446c780 && cd ../ + cd vllm && git rev-parse HEAD && cd ../ fi if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then git clone https://github.com/HabanaAI/vllm-fork.git