Fix syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2024-03-30 17:58:57 -04:00
parent dfc817f7c7
commit aca0c984d4
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ spec:
containers:
- name: openllm-container
image: ghcr.io/bentoml/openllm
command: ["start"]
args: ["${MODEL_NAME}", "--backend", "vllm"]
args: ["start", "${MODEL_NAME}", "--backend", "vllm"]
env:
# Set this to desired deployment model
- name: MODEL_NAME