From 6c64c23ba7f14c0ea826a719e932f02d96621d6c Mon Sep 17 00:00:00 2001 From: vbedida79 Date: Wed, 5 Feb 2025 09:19:05 -0800 Subject: [PATCH] tests_gaudi: update vllm workload for 1.19.1 Signed-off-by: vbedida79 --- tests/gaudi/l2/README.md | 5 ----- tests/gaudi/l2/vllm_buildconfig.yaml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/gaudi/l2/README.md b/tests/gaudi/l2/README.md index 7c921e43..e279f6a7 100644 --- a/tests/gaudi/l2/README.md +++ b/tests/gaudi/l2/README.md @@ -85,13 +85,8 @@ $ oc project gaudi-validation ``` Build the workload container image: ``` -git clone https://github.com/HabanaAI/vllm-fork.git --branch v1.18.0 - -cd vllm-fork/ - $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/gaudi/l2/vllm_buildconfig.yaml -$ oc start-build vllm-workload --from-dir=./ --follow ``` Check if the build has completed ``` diff --git a/tests/gaudi/l2/vllm_buildconfig.yaml b/tests/gaudi/l2/vllm_buildconfig.yaml index f64cf444..2f35f50e 100644 --- a/tests/gaudi/l2/vllm_buildconfig.yaml +++ b/tests/gaudi/l2/vllm_buildconfig.yaml @@ -22,7 +22,7 @@ spec: type: Dockerfile git: uri: https://github.com/HabanaAI/vllm-fork.git - ref: v0.6.4.post2+Gaudi-1.19.0 + ref: v1.19.1 dockerfile: | ARG BASE_IMAGE=vault.habana.ai/gaudi-docker/1.19.1/rhel9.4/habanalabs/pytorch-installer-2.5.1:1.19.1-26 FROM ${BASE_IMAGE} as habana-base