Skip to content

Commit 6c64c23

Browse files
committed
tests_gaudi: update vllm workload for 1.19.1
Signed-off-by: vbedida79 <veenadhari.bedida@intel.com>
1 parent 421ddc4 commit 6c64c23

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tests/gaudi/l2/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,8 @@ $ oc project gaudi-validation
8585
```
8686
Build the workload container image:
8787
```
88-
git clone https://github.com/HabanaAI/vllm-fork.git --branch v1.18.0
89-
90-
cd vllm-fork/
91-
9288
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/gaudi/l2/vllm_buildconfig.yaml
9389
94-
$ oc start-build vllm-workload --from-dir=./ --follow
9590
```
9691
Check if the build has completed
9792
```

tests/gaudi/l2/vllm_buildconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
type: Dockerfile
2323
git:
2424
uri: https://github.com/HabanaAI/vllm-fork.git
25-
ref: v0.6.4.post2+Gaudi-1.19.0
25+
ref: v1.19.1
2626
dockerfile: |
2727
ARG BASE_IMAGE=vault.habana.ai/gaudi-docker/1.19.1/rhel9.4/habanalabs/pytorch-installer-2.5.1:1.19.1-26
2828
FROM ${BASE_IMAGE} as habana-base

0 commit comments

Comments
 (0)