Skip to content

Commit

Permalink
Merge pull request #360 from vbedida79/patch-050225-1
Browse files Browse the repository at this point in the history
tests_gaudi: update vllm workload for 1.19.1
  • Loading branch information
uMartinXu authored Feb 6, 2025
2 parents 421ddc4 + 6c64c23 commit f9c3ebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions tests/gaudi/l2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion tests/gaudi/l2/vllm_buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9c3ebb

Please sign in to comment.