Community Corner
Welcome to the community corner. Take the course, then share what you learned.
Anything along these lines counts: notes on how you studied the course; a write-up of the bugs and problems you hit while building your own mini-sglang; pitfalls from setting up SGLang that others should know about.
Before opening a PR, read (or have your AI check against) PR_requirement.md, and go through every item before you submit.
Directories
| Directory | What goes there |
|---|---|
builds/ | Logs from building mini-sglang: which step broke, how you tracked it down, how you fixed it |
pitfalls/ | Traps in installing SGLang or setting up the environment, and places where the docs were unclear |
notes/ | Study notes, or derivations and experiments the course did not go into |
How to submit
Fork, branch from main, write, open a PR. Go through the PR requirements before you submit.
Accepted
| Date | Directory | Title | Author |
|---|---|---|---|
| 2026-09-14 | notes/ | Learning SGLang: an illustrated, step-by-step tour of an inference engine | WilsonZheng0327 |