Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
sgl-project
GitHub-Creator-Profil

sgl-project

Repository-Ansicht von 36 gesammelten Skills in 7 GitHub-Repositories.

gesammelte Skills
36
Repositories
7
aktualisiert
2026-07-11
Repository-Explorer

Repositories und repräsentative Skills

sglang-runtime-context
Softwareentwickler

How SGLang's runtime configuration and process-global state are organized (RuntimeContext tiers, resolve-at-end ServerArgs, override entry point, resource/stream/buffer leases, per-forward flags), the CI guardrails that enforce the design, and the idioms for developing and testing against it. Load this before touching server_args, model overrides, module-level state, or per-forward state in sglang.

2026-07-09
mechanical-refactor-verify
Softwareentwickler

Make mechanical refactoring (file splits, function moves, module extractions, renames) machine-checkable instead of eyeballed. Reproduce a relocation commit byte-for-byte from faithful primitives, and split an extraction into a verifiable prepare + move + postpare. Use when doing or reviewing such changes.

2026-07-08
large-class-style
Softwareentwickler

Code style for SGLang large classes `Scheduler`, `TokenizerManager`, and `ModelRunner`: frozen-code conventions and `__init__` orchestration style. Use when modifying any of these three classes or reviewing changes to them.

2026-07-08
cookbook-add-model
Softwareentwickler

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-07-06
cookbook-migrate-model
Softwareentwickler

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-07-06
cookbook-review-pr
Softwarequalitätssicherungsanalysten und -tester

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-07-06
add-jit-kernel
Softwareentwickler

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

2026-06-30
ci-workflow-guide
Softwareentwickler

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-06-30
Zeigt die Top 8 von 25 gesammelten Skills in diesem Repository.
7 von 7 Repositories angezeigt
Alle Repositories angezeigt