Skip to content

Commit 7be4e77

Browse files
lioraronclaude
andauthored
fix(benchmarks): pin guidellm image to v0.6.1 (llm-d#546)
guidellm v0.7.0 introduced breaking CLI changes (--data, --profile, --max-seconds syntax) that are incompatible with our benchmark manifests. Pin to v0.6.1 to prevent silent breakage. Signed-off-by: Lior Aronovich <lioraronpr@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0966b5c commit 7be4e77

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

benchmarks/benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def start_interactive_traffic(cfg, namespace):
416416
restartPolicy: Never
417417
containers:
418418
- name: guidellm
419-
image: ghcr.io/vllm-project/guidellm:latest
419+
image: ghcr.io/vllm-project/guidellm:v0.6.1
420420
env:
421421
- name: USER
422422
value: "guidellm"
@@ -481,7 +481,7 @@ def start_batch_as_interactive_traffic(cfg, namespace):
481481
restartPolicy: Never
482482
containers:
483483
- name: guidellm
484-
image: ghcr.io/vllm-project/guidellm:latest
484+
image: ghcr.io/vllm-project/guidellm:v0.6.1
485485
env:
486486
- name: USER
487487
value: "guidellm"

benchmarks/manifests/guidellm-batch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
restartPolicy: Never
1515
containers:
1616
- name: guidellm
17-
image: ghcr.io/vllm-project/guidellm:latest
17+
image: ghcr.io/vllm-project/guidellm:v0.6.1
1818
env:
1919
- name: USER
2020
value: "guidellm"

benchmarks/manifests/guidellm-interactive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
restartPolicy: Never
1010
containers:
1111
- name: guidellm
12-
image: ghcr.io/vllm-project/guidellm:latest
12+
image: ghcr.io/vllm-project/guidellm:v0.6.1
1313
env:
1414
- name: USER
1515
value: "guidellm"

0 commit comments

Comments
 (0)