Motivation
Modifications
Accuracy Tests
Benchmarking and Profiling
Checklist
- Format your code according to the Format code with pre-commit.
- Add unit tests according to the Run and add unit tests.
- Update documentation according to Write documentations.
- Provide accuracy and speed benchmark results according to Test the accuracy and Benchmark the speed.
- Follow the SGLang code style guidance.
Review Process
- Ping Merge Oncalls to start the PR flow. See the PR Merge Process.
- Get approvals from CODEOWNERS and other reviewers.
- Trigger CI tests with comments or contact authorized users to do so.
/tag-run-ci-label,/rerun-failed-ci,/tag-and-rerun-ci
- After green CI and required approvals, ask Merge Oncalls to merge.