Skip to content

Commit 477508d

Browse files
authored
Fixed deployment.yaml (#99)
Signed-off-by: Ira <[email protected]>
1 parent 27be6db commit 477508d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ spec:
2121
- --max-loras
2222
- "2"
2323
- --lora-modules
24-
- '[{"name": "food-review-1"}]'
25-
image: ghcr.io/llm-d/llm-d-inference-sim:v0.1.0
24+
- '{"name": "food-review-1"}'
25+
image: ghcr.io/llm-d/llm-d-inference-sim:latest
2626
imagePullPolicy: IfNotPresent
2727
name: vllm-sim
2828
ports:

0 commit comments

Comments
 (0)