Skip to content

Commit ebea94f

Browse files
committed
feat: 🔨 Compatible with llm-d-inference-sim v0.3.0.
1 parent a04416b commit ebea94f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎config/manifests/vllm/sim-deployment.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: vllm-sim
17-
image: ghcr.io/llm-d/llm-d-inference-sim:latest
17+
image: ghcr.io/llm-d/llm-d-inference-sim:v0.3.0
1818
imagePullPolicy: Always
1919
args:
2020
- --model
@@ -23,8 +23,8 @@ spec:
2323
- "8000"
2424
- --max-loras
2525
- "2"
26-
- --lora
27-
- food-review-1
26+
- --lora-modules
27+
- '{"name": "food-review-1"}'
2828
env:
2929
- name: POD_NAME
3030
valueFrom:

0 commit comments

Comments
 (0)