sgl-project avatar

sgl-project

Official

@sgl-project

0Followers
|
28Public Repos
|
31Published Skills

High-performance inference acceleration framework providing JIT CUDA and Triton kernel integration for diffusion and large-scale model deployment.

Skills Distribution
DomainAI Models & ...Inference Accelera.. (40%)Kernel Engineering (30%)Performance Benchm.. (20%)Continuous Integra.. (10%)

Agent Skills by sgl-project

Showing 31 vetted skills indexed across 2 GitHub repositories.

sgl-projectsgl-project
33.0k

sglang-diffusion-modelopt-quant

Quantize diffusion DiT models with NVIDIA ModelOpt and validate FP8 or NVFP4 checkpoints in SGLang Diffusion.

Official
Advanced
sgl-projectsgl-project
33.0k

sglang-diffusion-benchmark-profile

Benchmarks denoise latency and profiles diffusion hotspots in SGLang multimodal generation.

Official
Advanced
sgl-projectsgl-project
33.0k

sglang-diffusion-add-model

Implements new diffusion models and Diffusers pipelines in SGLang multimodal_gen.

Official
Advanced
sgl-projectsgl-project
33.0k

sglang-diffusion-performance

Selects optimal SGLang Diffusion performance flags for a given model, GPU, and VRAM budget.

Official
Advanced
sgl-projectsgl-project
33.0k

clean-startup-log

Detect and fix noisy warnings and duplicate prints in SGLang server startup logs.

Official
Advanced
sgl-projectsgl-project
33.0k

sglang-cherrypick

Triggers and monitors bot-cherry-pick GitHub workflow runs for merged PRs onto SGLang release branches.

Official
Advanced
sgl-projectsgl-project
33.0k

ci-workflow-guide

Explains SGLang CI workflow orchestration including stage gating, fast-fail, partitioning, and failure debugging.

Official
Advanced
sgl-projectsgl-project
33.0k

speculative-naming

Enforces naming conventions for identifiers in SGLang speculative decoding code.

Official
Intermediate
sgl-projectsgl-project
33.0k

debug-cuda-crash

Diagnose CUDA crashes in SGLang using kernel API logging and crash-safe tensor dumps.

Official
Intermediate
sgl-projectsgl-project
33.0k

scripted-runtime-notes

Guides API design decisions for the SGLang scripted runtime test harness.

Official
Intermediate
sgl-projectsgl-project
33.0k

large-class-style

Enforces frozen-code and init-helper conventions for SGLang's Scheduler, TokenizerManager, and ModelRunner classes.

Official
Intermediate
sgl-projectsgl-project
33.0k

kl-consistency-test

Write, calibrate, and debug prefill-vs-decode logprob KL consistency tests in sglang.

Official
Advanced
sgl-projectsgl-project
33.0k

compute-mamba-ratio

Computes the optimal memory split ratio between state and KV pools for hybrid Mamba model serving.

Official
Advanced
sgl-projectsgl-project
33.0k

sglang-runtime-context

Documents SGLang's RuntimeContext architecture for config bags, overrides, and per-forward state.

Official
Advanced
sgl-projectsgl-project
33.0k

babysit-pr-to-pass-ci

Monitor and drive selected GitHub Actions workflows to green on an SGLang pull request.

Official
Advanced
sgl-projectsgl-project
33.0k

llm-torch-profiler-analysis

Analyzes torch.profiler traces from LLM serving frameworks into kernel, overlap, and fusion tables.

Official
Advanced
sgl-projectsgl-project
33.0k

cookbook-migrate-model

Migrate legacy SGLang cookbook pages to the config-driven template format.

Official
Advanced
sgl-projectsgl-project
33.0k

debug-distributed-hang

Diagnose hangs in SGLang distributed inference using py-spy, NCCL logs, and per-rank diffing.

Official
Advanced
sgl-projectsgl-project
33.0k

cookbook-add-model

Adds a new model page to the SGLang Cookbook docs using config-driven templates.

Official
Advanced
sgl-projectsgl-project
33.0k

env-var-conventions

Enforces conventions for defining, naming, and deprecating SGLang environment variables.

Official
Intermediate
sgl-projectsgl-project
33.0k

cookbook-review-pr

Reviews SGLang Cookbook pull requests against a config-driven contribution checklist.

Official
Advanced
sgl-projectsgl-project
33.0k

mechanical-refactor-verify

Verifies mechanical refactoring commits by reproducing them byte-for-byte from faithful relocation primitives.

Official
Advanced
sgl-projectsgl-project
768

tune-ci-thresholds

Calibrate ASR, TTS, and Qwen3-Omni CI thresholds with statistical validation.

Official
Advanced
sgl-projectsgl-project
768

running-eval-suite

Automate performance benchmark execution and result table synchronization in sglang-omni.

Official
Advanced

Frequently Asked Questions About sgl-project

FAQPage Schema
What 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.