You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Updated model serving configurations across multiple hardware and precision variants to streamline settings by removing explicit configuration overrides, allowing system defaults to apply.
This pull request systematically removes moe-dense-tp-size: 1 configuration entries from the prefill and decode sections of sglang_config across 20 recipe YAML files spanning GB200 and GB300 models with various floating-point precisions and sequence length configurations.
Removed moe-dense-tp-size: 1 from sglang_config prefill and decode sections across all FP8 variants with multi-tensor-parallel (mtp) and single-tensor-parallel (stp) configurations.
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
files for 8k/1k-fp4 #54 — Modifies sglang_config in recipes/gb200-fp4/8k1k/low-latency.yaml where this PR removes moe-dense-tp-size entries.
Update GB300-FP4 configs #131 — Related to MOE dense tensor-parallelism configuration changes in GB300-FP4 recipe files.
🐰 Through configs wide, the cleanup hops,
Removing moe-dense from prefill tops!
Twenty files trimmed with careful care,
Defaults take charge through the parser's air.
Cleaner recipes, ready to soar! ✨
Check skipped - CodeRabbit’s high-level summary is enabled.
Title check
✅ Passed
The title directly summarizes the primary change across all modified files: removing the moe-dense-tp-size configuration parameter from multiple YAML recipe files.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing touches🧪 Generate unit tests (beta)
Create PR with unit tests
Post copyable unit tests in a comment
Commit unit tests in branch kylliang/update_low_lat_config
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
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 by CodeRabbit