Skip to content

chore: cherry-pick #594 — update default Dynamo image and version references to 1.0.0#655

Open
jasonqinzhou wants to merge 1 commit intorelease/0.7.0-post.1from
cherry-pick/594-dynamo-1.0.0-to-release-0.7.0-post.1
Open

chore: cherry-pick #594 — update default Dynamo image and version references to 1.0.0#655
jasonqinzhou wants to merge 1 commit intorelease/0.7.0-post.1from
cherry-pick/594-dynamo-1.0.0-to-release-0.7.0-post.1

Conversation

@jasonqinzhou
Copy link
Copy Markdown
Contributor

Summary

Cherry-pick of #594 onto release/0.7.0-post.1.

  • Adds Dynamo 1.0.0 entry to backend_version_matrix.yaml (vLLM 0.16.0, SGLang 0.5.9, TRT-LLM 1.3.0rc5.post1) as the new default
  • Adds missing Jinja templates for the new backend versions (cli_args.0.16.0.j2, cli_args.0.5.9.j2, extra_engine_args.1.3.0rc5.post1.yaml.j2)
  • Fixes --enable-mixed-chunk emitted when false in all SGLang cli_args templates
  • Updates K8s runtime image tag to tensorrtllm-runtime:1.0.0
  • Fixes doc inaccuracies in cli_user_guide.md, generator_overview.md, dynamo_deployment_guide.md
  • Fixes stale comment in main.py

Cherry-pick

Original PR: #594
Commit: 588f522

🤖 Generated with Claude Code

)

* chore: update default Dynamo image and version references to 1.0.0

Update all Dynamo container image tags and version references to 1.0.0,
with backend versions: vLLM 0.16.0, SGLang 0.5.9, TRT-LLM 1.3.0rc5.post1.

Made-with: Cursor

* fix: add missing Jinja templates for Dynamo 1.0.0 + fix doc inaccuracies

- Add cli_args.0.16.0.j2 (vLLM), cli_args.0.5.9.j2 (SGLang), and
  extra_engine_args.1.3.0rc5.post1.yaml.j2 (TRT-LLM) so the generator
  does not fall back to the default template for Dynamo 1.0.0
- Fix --generator-dynamo-version default description in cli_user_guide.md
  and generator_overview.md: it's the first entry in
  backend_version_matrix.yaml, not "the latest database version"
- Fix --generated_config_version → --generated-config-version (flag uses
  hyphens) in both doc files
- Fix grammar in dynamo_deployment_guide.md: "a official" → "an official"
  and improve sentence clarity
- Update stale comment in main.py: "Dynamo 0.7.1" → "Dynamo 1.0.0"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: check truthiness instead of definition for enable-mixed-chunk flag

The `is defined` check emits `--enable-mixed-chunk` even when the value
is false. Use a truthiness check instead, consistent with other boolean
flags in the template.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: only emit --enable-mixed-chunk when value is true in SGLang templates

The condition `is defined` emits the flag even when the key is explicitly
set to false. Fix by also checking the value is truthy across all SGLang
cli_args templates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Mar 26, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the chore label Mar 26, 2026
@Arsene12358 Arsene12358 enabled auto-merge (squash) March 30, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants