Skip to main content
مستودع GitHub

sglang-spark-gb10-optimizations

يحتوي sglang-spark-gb10-optimizations على 12 من skills المجمعة من scottgl9، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
12
محدث
2026-06-15
Forks
2
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

cookbook-add-model
مطوّرو البرمجيات

Add a new model to the SGLang Cookbook (docs_new/, 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 homepage vendor card. Interactive, multi-phase. Run with /cookbook-add-model.

2026-06-15
cookbook-migrate-model
مطوّرو البرمجيات

Migrate a legacy-template SGLang cookbook page (monolithic per-model generator under docs_new/src/snippets/autoregressive/) onto the config-driven template (shared _deployment.jsx / _playground.jsx engines + per-model config). Use when asked to migrate, convert, or port an existing cookbook page — NOT for brand-new models (use cookbook-add-model for those). Run with /cookbook-migrate-model <Model page name, e.g. GLM-5.1>.

2026-06-15
add-jit-kernel
مطوّرو البرمجيات

Step-by-step tutorial for adding a new lightweight JIT CUDA kernel to sglang's jit_kernel module

2026-06-14
cookbook-review-pr
محللو ضمان جودة البرمجيات والمختبرون

Review a pull request against the SGLang Cookbook (docs_new/, Mintlify) contribution checklist — the config-driven format (per-model config + benchmarks JSX consumed by the shared _deployment.jsx / _playground.jsx engines). Run with /cookbook-review-pr <PR number>.

2026-06-13
write-sglang-test
محللو ضمان جودة البرمجيات والمختبرون

Guide for writing SGLang CI/UT tests. Covers CustomTestCase, CI registration, server fixtures, model selection, mock testing, and test placement. Always read test/README.md for the full CI layout, how to run tests, and extra tips. Use when creating new tests, adding CI test cases, writing unit tests, or when the user asks to add tests for SGLang features.

2026-06-09
sglang-diffusion-benchmark-profile
مطوّرو البرمجيات

Use when benchmarking denoise latency or profiling a diffusion bottleneck in SGLang.

2026-06-09
sglang-diffusion-add-model
مطوّرو البرمجيات

Use when adding a new diffusion model or Diffusers pipeline to SGLang.

2026-06-08
sglang-diffusion-modelopt-quant
علماء البيانات

Use when quantizing a diffusion DiT with NVIDIA ModelOpt and making the resulting FP8 or NVFP4 checkpoint loadable, verifiable, and benchmarkable in SGLang Diffusion.

2026-06-08
sglang-diffusion-performance
مطوّرو البرمجيات

Use when choosing the fastest SGLang Diffusion flags for a model, GPU, and VRAM budget.

2026-06-08
ci-workflow-guide
مطوّرو البرمجيات

Guide to SGLang CI workflow orchestration — stage ordering, fast-fail, gating, partitioning, execution modes, and debugging CI failures. Use when modifying CI workflows, adding stages, debugging CI pipeline issues, or understanding how tests are dispatched and gated across stages.

2026-05-28
large-class-init-style
مطوّرو البرمجيات

`__init__` style for SGLang `Scheduler`, `TokenizerManager`, and `ModelRunner`. Use when modifying the `__init__` of any of these three classes, or reviewing changes that add new construction logic to them.

2026-05-26
mechanical-refactor-verify
مطوّرو البرمجيات

Verify mechanical refactoring commits by requiring a reproducible transform script (gist) in the PR description. Use when doing or reviewing file splits, function moves, or module extractions.

2026-05-16