chore: sync upstream main 2026-04-30#6
Merged
Conversation
… scaling logics fixes (ai-dynamo#8280) Signed-off-by: hongkuanz <hongkuanz@nvidia.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…namo#8201) Signed-off-by: furionw <qiwa@nvidia.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…-dynamo#8294) Signed-off-by: Thomas Montfort <tmontfort@nvidia.com> Signed-off-by: Thomas Montfort <tmontfort@nvidia.com> Signed-off-by: tmontfort <tmontfort@nvidia.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: PeaBrane <yanrpei@gmail.com>
…-dynamo#8332) Signed-off-by: Krishnan Prashanth <kprashanth@nvidia.com>
Signed-off-by: Tzu-Ling <tzulingk@nvidia.com>
…leases (ai-dynamo#8364) Signed-off-by: Dan Gil <dagil@nvidia.com>
…dynamo#8252) Co-authored-by: AmeenP <ameenp360@gmail.com>
Signed-off-by: rrubin <rrubin@nvidia.com>
…ai-dynamo#8314) Signed-off-by: hongkuanz <hongkuanz@nvidia.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…i-dynamo#8335) Signed-off-by: hongkuanz <hongkuanz@nvidia.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Krishnan Prashanth <kprashanth@nvidia.com>
…pands the leader hostname in direct-python container args (ai-dynamo#8369)
…isons (ai-dynamo#8384) Signed-off-by: hongkuanz <hongkuanz@nvidia.com> Co-authored-by: brluobt <brluo@nvidia.com>
…ntal (ai-dynamo#8373) Signed-off-by: ayushag <ayushag@nvidia.com>
…mo#8378) Signed-off-by: Dmitry Tokarev <dtokarev@nvidia.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…-dynamo#8357) Signed-off-by: Krishnan Prashanth <kprashanth@nvidia.com>
…nt) (ai-dynamo#8372) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ualConnector (ai-dynamo#8042) Signed-off-by: jthomson04 <jwillthomson19@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…up status changes (ai-dynamo#8328)
Signed-off-by: Guan Luo <41310872+GuanLuo@users.noreply.github.com> Signed-off-by: GuanLuo <41310872+GuanLuo@users.noreply.github.com> Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…mo#8856) Signed-off-by: Krishnan Prashanth <140860868+KrishnanPrash@users.noreply.github.com> Signed-off-by: Dmitry Tokarev <dtokarev@nvidia.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Dmitry Tokarev <dtokarev@nvidia.com>
Signed-off-by: Neal Vaidya <nealv@nvidia.com>
…es (ai-dynamo#8787) Signed-off-by: linhu-nv <linhu@nvidia.com>
…8843) Signed-off-by: Krishnan Prashanth <kprashanth@nvidia.com>
Signed-off-by: Yongming Ding <yongmingd@nvidia.com>
…-dynamo#8846) Signed-off-by: Keiven Chang <keivenchang@users.noreply.github.com> Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
Signed-off-by: PeaBrane <yanrpei@gmail.com>
Signed-off-by: Yongming Ding <yongmingd@nvidia.com>
…ai-dynamo#8746) Signed-off-by: Indrajit Bhosale <iamindrajitb@gmail.com>
Signed-off-by: Indrajit Bhosale <iamindrajitb@gmail.com>
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
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
Merge upstream Dynamo
mainintodoublewordai/dynamo.This resolves merge conflicts in:
container/deps/vllm/install_vllm.shlib/runtime/src/distributed.rsConflict Resolution Notes
For
install_vllm.sh, the resolution keeps upstream’s newer vLLM 0.20.0 CUDA wheel install flow and dependency bumps, while re-applying our local support for--vllm-install-mode wheel|source,--vllm-version, and--vllm-source-ref. This preserves Shenron’s ability to build stable wheel-based images and source-ref based vLLM images on top of the updated upstream installer.For
distributed.rs, the resolution keeps upstream’s new TCP response stream configuration based onDYN_TCP_RESPONSE_STREAM_PORTandDYN_TCP_RESPONSE_STREAM_HOST, while preserving compatibility with our existing deployment env vars. Existing Curie/Chiaotzu deployments can continue usingDYN_TCP_RESP_PORT,DYN_TCP_RESP_ADVERTISE_HOST, andDYN_TCP_RESP_ADVERTISE_PORT.