Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: "svf-vllm-disagg-b200-low-latency"
# absorb cold-cache model loads.
model:
path: "deepseek-v4-pro"
container: "vllm/vllm-openai:v0.20.1"
container: "vllm/vllm-openai:v0.23.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recipe image master mismatch

Medium Severity

This bump sets model.container and identity.container.image to vllm/vllm-openai:v0.23.0, but dsv4-fp4-b200-dynamo-vllm in nvidia-master.yaml still uses vllm/vllm-openai:v0.20.1. Those fields are meant to match, so sweep metadata and launcher container aliases can disagree with the image srtctl pulls from the recipe.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e821fa1. Configure here.

precision: "fp4"

dynamo:
Expand Down Expand Up @@ -131,7 +131,7 @@ benchmark:

identity:
container:
image: "vllm/vllm-openai:v0.20.1"
image: "vllm/vllm-openai:v0.23.0"
Comment thread
cursor[bot] marked this conversation as resolved.
frameworks:
dynamo: "1.2.0.dev20260426"
vllm: "0.20.0"
vllm: "0.23.0"