Skip to content

Commit 8d01161

Browse files
authored
fixed sim deployment for e2e tests (#1112)
* fixed sim deployment for e2e tests Signed-off-by: Nir Rozenbaum <[email protected]> * rollback to v0.1.1 sim version Signed-off-by: Nir Rozenbaum <[email protected]> * typo Signed-off-by: Nir Rozenbaum <[email protected]> * rollback Signed-off-by: Nir Rozenbaum <[email protected]> --------- Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent b692ad1 commit 8d01161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manifests/vllm/sim-deployment.yaml

Lines changed: 1 addition & 1 deletion
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.1.2
1818
imagePullPolicy: Always
1919
args:
2020
- --model

0 commit comments

Comments
 (0)