From aca0c984d450f4b21fead743153d42de81ae950e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 30 Mar 2024 17:58:57 -0400 Subject: [PATCH] Fix syntax --- openllm/openllm-deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openllm/openllm-deployment.yaml b/openllm/openllm-deployment.yaml index 02f584f..e8a22b8 100644 --- a/openllm/openllm-deployment.yaml +++ b/openllm/openllm-deployment.yaml @@ -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