Skip to content

Commit 761e9e7

Browse files
Merge pull request opendatahub-io#587 from nikheal2/update_z_template
[s390x] update Z template
2 parents f926ab1 + b3ecc76 commit 761e9e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/runtimes/vllm-spyre-s390x-template.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ objects:
3636
command:
3737
- /bin/bash
3838
- -c
39-
- source /etc/profile.d/ibm-aiu-setup.sh && exec python3 -m vllm_tgis_adapter "$@"
39+
- source /etc/profile.d/ibm-aiu-setup.sh && exec python3 -m vllm.entrypoints.openai.api_server "$@"
40+
- --
4041
args:
4142
- '--model=/mnt/models'
4243
- '--port=8000'
@@ -72,4 +73,4 @@ objects:
7273
- name: shm
7374
emptyDir:
7475
medium: Memory
75-
sizeLimit: 2Gi
76+
sizeLimit: 2Gi

0 commit comments

Comments
 (0)