annealing-inversion
Community@annealing-inversion
Agent Skills by annealing-inversion
Showing 23 vetted skills indexed across 1 GitHub repositories.
sglang-diffusion-modelopt-quant
Quantize diffusion DiT models with NVIDIA ModelOpt for SGLang Diffusion.
sglang-diffusion-benchmark-profile
Benchmark diffusion denoise latency and profile SGLang native backend bottlenecks.
sglang-diffusion-add-model
Integrate new diffusion models into the SLang framework via standard stages.
sglang-diffusion-ako4all-kernel
Automate AKO4ALL-based optimization of SGLang diffusion kernels with benchmarking and validation.
sglang-diffusion-performance
Benchmark diffusion configurations across SGLang and Diffusers backends.
clean-startup-log
Suppress third-party warnings and deprecation notices in SGLang server startup logs.
write-sglang-test
Create and register SGLang CI/UT tests using CustomTestCase templates.
sglang-cherrypick
Automate batch cherry-picking of merged PRs onto a release branch via GitHub Actions.
ci-workflow-guide
Design GitHub CI workflows with stage ordering, gating, and fast-fail.
large-class-init-style
Enforce init_* helper patterns in Scheduler, TokenizerManager, and ModelRunner constructors.
speculative-naming
Standardize speculative decoding identifier names in the SGLang codebase.
add-jit-kernel
Automate creation of JIT CUDA kernels for SGLang with bindings and tests.
debug-cuda-crash
Enable Kernel API logging to diagnose CUDA crashes in SGLang.
llm-serving-auto-benchmark
Benchmark LLM serving frameworks to identify the best deployment command.
sglang-prod-incident-triage
Replay live SGLang serving faults into reproducible debug paths.
generate-profile
Profile an SGLang server run and generate a Chrome trace and server_args.json.
add-sgl-kernel
Add AOT CUDA/C++ kernels to sgl-kernel with tests and benchmarks.
llm-torch-profiler-analysis
Analyze LLM torch-profiler traces into kernel, overlap, and fuse pattern reports.
sglang-bisect-ci-regression
Bisect commit windows and correlate CI failures with runners for SGLang.
sglang-sota-performance
Benchmark SGLang against vLLM and TensorRT-LLM, then patch bottlenecks.
debug-distributed-hang
Diagnose distributed-inference hangs in SGLang across parallel setups using per-rank traces.
env-var-conventions
Centralize SGLANG_* environment variables in Envs descriptors with typed access and deprecation.
mechanical-refactor-verify
Verify mechanical refactors via transform scripts against target commits.