File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,8 @@ $ oc project gaudi-validation
85
85
```
86
86
Build the workload container image:
87
87
```
88
- git clone https://github.com/HabanaAI/vllm-fork.git --branch v1.18.0
89
-
90
- cd vllm-fork/
91
-
92
88
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/gaudi/l2/vllm_buildconfig.yaml
93
89
94
- $ oc start-build vllm-workload --from-dir=./ --follow
95
90
```
96
91
Check if the build has completed
97
92
```
Original file line number Diff line number Diff line change 22
22
type : Dockerfile
23
23
git :
24
24
uri : https://github.com/HabanaAI/vllm-fork.git
25
- ref : v0.6.4.post2+Gaudi-1. 19.0
25
+ ref : v1. 19.1
26
26
dockerfile : |
27
27
ARG BASE_IMAGE=vault.habana.ai/gaudi-docker/1.19.1/rhel9.4/habanalabs/pytorch-installer-2.5.1:1.19.1-26
28
28
FROM ${BASE_IMAGE} as habana-base
You can’t perform that action at this time.
0 commit comments