Step-by-step tutorial for adding a new lightweight JIT CUDA kernel to sglang's jit_kernel module
togethercomputer/xorl-sglang
SkillsMP has collected 8 skills from togethercomputer/xorl-sglang. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 3
- GitHub forks
- 0
Skills in this repository
Showing 8 of 8 collected skills.
Add a new model to the SGLang Cookbook (docs/, Mintlify), config-driven format — instantiate the model-agnostic template into a per-model config (+ benchmarks) JSX under src/snippets/configs/, an MDX page, the docs.json nav entry, NEW-tag hygiene, and the…
Unified LLM torch-profiler triage skill for `sglang`, `vllm`, `TensorRT-LLM`, and `TokenSpeed`. Use it to inspect an existing `trace.json(.gz)` or profile directory, or to drive live profiling against a running server when supported and return one three-table…
How SGLang's runtime configuration and process-global state are organized (RuntimeContext tiers, publish + namespace config bags, the pristine ServerArgs seed, override entry points, resource/stream/buffer leases, per-forward flags), the CI guardrails that…
Use when adding a new diffusion model or Diffusers pipeline to SGLang.
Use when benchmarking denoise latency or profiling a diffusion bottleneck in SGLang.
Use when quantizing a diffusion DiT with NVIDIA ModelOpt and making the resulting FP8 or NVFP4 checkpoint loadable, verifiable, and benchmarkable in SGLang Diffusion.
Use when choosing the fastest SGLang Diffusion flags for a model, GPU, and VRAM budget.