sgl-project
Official@sgl-project
High-performance inference acceleration framework providing JIT CUDA and Triton kernel integration for diffusion and large-scale model deployment.
Agent Skills by sgl-project
Showing 31 vetted skills indexed across 2 GitHub repositories.
sglang-diffusion-modelopt-quant
Quantize diffusion DiT models with NVIDIA ModelOpt and validate FP8 or NVFP4 checkpoints in SGLang Diffusion.
sglang-diffusion-benchmark-profile
Benchmarks denoise latency and profiles diffusion hotspots in SGLang multimodal generation.
sglang-diffusion-add-model
Implements new diffusion models and Diffusers pipelines in SGLang multimodal_gen.
sglang-diffusion-performance
Selects optimal SGLang Diffusion performance flags for a given model, GPU, and VRAM budget.
clean-startup-log
Detect and fix noisy warnings and duplicate prints in SGLang server startup logs.
sglang-cherrypick
Triggers and monitors bot-cherry-pick GitHub workflow runs for merged PRs onto SGLang release branches.
ci-workflow-guide
Explains SGLang CI workflow orchestration including stage gating, fast-fail, partitioning, and failure debugging.
speculative-naming
Enforces naming conventions for identifiers in SGLang speculative decoding code.
debug-cuda-crash
Diagnose CUDA crashes in SGLang using kernel API logging and crash-safe tensor dumps.
scripted-runtime-notes
Guides API design decisions for the SGLang scripted runtime test harness.
large-class-style
Enforces frozen-code and init-helper conventions for SGLang's Scheduler, TokenizerManager, and ModelRunner classes.
kl-consistency-test
Write, calibrate, and debug prefill-vs-decode logprob KL consistency tests in sglang.
compute-mamba-ratio
Computes the optimal memory split ratio between state and KV pools for hybrid Mamba model serving.
sglang-runtime-context
Documents SGLang's RuntimeContext architecture for config bags, overrides, and per-forward state.
babysit-pr-to-pass-ci
Monitor and drive selected GitHub Actions workflows to green on an SGLang pull request.
llm-torch-profiler-analysis
Analyzes torch.profiler traces from LLM serving frameworks into kernel, overlap, and fusion tables.
cookbook-migrate-model
Migrate legacy SGLang cookbook pages to the config-driven template format.
debug-distributed-hang
Diagnose hangs in SGLang distributed inference using py-spy, NCCL logs, and per-rank diffing.
cookbook-add-model
Adds a new model page to the SGLang Cookbook docs using config-driven templates.
env-var-conventions
Enforces conventions for defining, naming, and deprecating SGLang environment variables.
cookbook-review-pr
Reviews SGLang Cookbook pull requests against a config-driven contribution checklist.
mechanical-refactor-verify
Verifies mechanical refactoring commits by reproducing them byte-for-byte from faithful relocation primitives.
tune-ci-thresholds
Calibrate ASR, TTS, and Qwen3-Omni CI thresholds with statistical validation.
running-eval-suite
Automate performance benchmark execution and result table synchronization in sglang-omni.
Frequently Asked Questions About sgl-project
FAQPage SchemaWhat specific tasks are enabled by the SGLang framework?▼
The framework enables the integration of custom JIT CUDA and Triton kernels to accelerate diffusion model inference. It provides structured guidance for adding new diffusion models, calibrating CI thresholds for multimodal benchmarks, and executing performance evaluation suites to ensure low-latency model serving.
Which engineers should utilize these performance optimization capabilities?▼
These capabilities are designed for machine learning infrastructure engineers and kernel developers focused on high-performance model serving. It is ideal for practitioners tasked with optimizing inference speed, managing complex CI regression cycles, and deploying custom C++ or CUDA kernels within production-grade model environments.
What are the prerequisites for implementing custom kernels?▼
Implementation requires proficiency in CUDA and Triton programming to interface with the underlying framework architecture. Users must be familiar with the SGLang repository structure, specifically the kernel library, and possess the ability to configure environment variables and runtime flags for hardware-specific performance tuning.