skills/model-optimization/sglang/sglang-step35-optimization/SKILL.md
PR-backed optimization manual for Step3.5 / Step3-VL in SGLang. Use when an engineer needs to audit, debug, extend, or document Step3.5-Flash and Step3-VL-10B serving, MTP, MoE all-reduce, tool/reasoning parser, and processor evolution.
npx skillsauth add BBuf/AI-Infra-Auto-Driven-SKILLS sglang-step35-optimizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill covers Step3.5-Flash and Step3-VL-10B serving, MTP, MoE all-reduce, tool/reasoning parser, and processor evolution.
Evidence snapshot:
c122d343adb969cd9bbd1af2ca86727a11be3845e88b0fd8ac5b1caa6eb42766035029220053369breferences/pr-history.mdmodel-pr-optimization-history/sglang/step35/README.zh.md and README.en.mdUse skills/model-optimization/model-pr-diff-dossier/SKILL.md as the production bar.
Every PR cited for this family must be based on diff reading, not only PR titles.
sglang/python/sglang/srt/models/step3p5.pysglang/python/sglang/srt/models/step3p5_mtp.pysglang/python/sglang/srt/models/step3_vl.pysglang/python/sglang/srt/models/step3_vl_10b.pySupport Step3V: Initial Step3 visual model support.Support DP Attention for step3_vl: Enabled multi-GPU VL serving.Add step3 tool parser: Added tool-call parsing.Implement the standard multi-layer MTP for step3p5: Added Step3.5 draft-model support.Optimize allreduce in MoE layers: Targeted the Step3.5 MoE hot path.development
Perform SGLang code review in the style of human maintainers by consulting the full non-agent PR review episode corpus from project start through the latest refresh (June 2026), including inline review threads, top-level PR comments, review submissions, original multilingual text, and multi-round discussions. Use when reviewing SGLang PRs, diffs, patches, or local changes for correctness, tests, performance, GPU/runtime risks, API compatibility, and maintainability.
documentation
Use when an SGLang, vLLM, or TensorRT-LLM serving/model optimization task needs prior model-family PR evidence. Query and read the PR-driven history docs under model-pr-optimization-history before choosing source paths, fast paths, kernel/fusion ideas, regression risks, or validation lanes.
development
Run an autonomous Humanize-governed vLLM SOTA performance loop for one LLM model: first perform the fixed fair vLLM/SGLang/TensorRT-LLM deployment search and benchmark, then start one RLCR loop that repeatedly decides the gap, profiles the current bottleneck, runs layer/kernel pipeline analysis, patches vLLM code, optionally uses ncu-report-skill for kernel evidence, and revalidates until vLLM matches or beats the best observed framework under the same workload and SLA.
devops
Inspect LLM torch profiler traces at forward-pass, layer, and kernel level. Use when you need layer timings, anchor-kernel boundaries, representative kernel flows, or Perfetto time ranges.