[NVIDIA] Update NVIDIA GPT-OSS vLLM image from v0.15.1 to v0.16.0#800
Open
[NVIDIA] Update NVIDIA GPT-OSS vLLM image from v0.15.1 to v0.16.0#800
Conversation
Bump vllm/vllm-openai image tag for all 3 NVIDIA GPT-OSS configs (B200, H100, H200). All existing BKC flags preserved — no config changes beyond the image tag. v0.16.0 notable changes for GPT-OSS/MXFP4: - Async scheduling + pipeline parallelism (30.8% throughput improvement) - New MXFP4 backends: SM90 FlashInfer BF16, SM100 CUTLASS - MoE cold start optimization - Triton backend now default non-FlashInfer fallback on SM90/SM100 Closes #798 Co-authored-by: Cameron Quilici <cquil11@users.noreply.github.com>
Removed outdated configuration entries and added new vLLM image update details for NVIDIA GPT-OSS. Updated pull request links for changes.
Collaborator
Author
|
Completed sweep: https://github.com/SemiAnalysisAI/InferenceX/actions/runs/22429605694?target=https://github.com Normal variance +/- 2%
|
Contributor
|
gonna merge this soon |
Collaborator
|
Looks like small perf regression on B200 1k/1k @ankursingh-nv is investigating |
Contributor
|
v0.17 is coming out wednesday, probably gonna merge this v0.16 in soon before then since we doing best effort on gptoss |
Collaborator
|
@functionstackx @ankursingh-nv, Should we then just wait for 0.17 to land and update this PR before merging? |
Collaborator
|
In generally we should have the version that results in best performance today. |
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.




Bump vllm/vllm-openai image tag for all 3 NVIDIA GPT-OSS configs (B200, H100, H200). All existing BKC flags preserved — no config changes beyond the image tag.
v0.16.0 notable changes for GPT-OSS/MXFP4:
Closes #798