Update vLLM-fork version to v0.7.2+Gaudi-1.21.0

Signed-off-by: CICD-at-OPEA <CICD@opea.dev>
This commit is contained in:
CICD-at-OPEA
2025-05-08 08:37:52 +00:00
parent bfefdfad34
commit 8ba40a5bff
11 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ function build_docker_images() {
# Download Gaudi vllm of latest tag
git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.7.2+Gaudi-1.21.0
echo "Check out vLLM tag ${VLLM_FORK_VER}"
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../