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
Conversation
) * 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>
Arsene12358
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-pick of #594 onto
release/0.7.0-post.1.1.0.0entry tobackend_version_matrix.yaml(vLLM 0.16.0, SGLang 0.5.9, TRT-LLM 1.3.0rc5.post1) as the new defaultcli_args.0.16.0.j2,cli_args.0.5.9.j2,extra_engine_args.1.3.0rc5.post1.yaml.j2)--enable-mixed-chunkemitted when false in all SGLang cli_args templatestensorrtllm-runtime:1.0.0cli_user_guide.md,generator_overview.md,dynamo_deployment_guide.mdmain.pyCherry-pick
Original PR: #594
Commit:
588f522🤖 Generated with Claude Code