Lsglang
GPU and NUMA hybrid inference for large MoE models
All Skills in This Repository (8)
Pure Emerald Level Indicatorsadd-new-diffusion-model
Guide adding new diffusion models to the SGLang framework.
diffusion-optimal-perf
Optimize diffusion model inference with lossless and lossy techniques in SGLang-Diffusion.
diffusion-kernel
Develop and optimize Triton and CUDA JIT kernels for diffusion models.
diffusion-perf
Benchmark and profile diffusion models for inference performance analysis.
write-sglang-test
Write SGLang CI and unit tests following project conventions.
add-jit-kernel
Add custom CUDA kernels to the SGLang JIT kernel module.
add-sgl-kernel
Add custom CUDA/C++ kernels to the sgl-kernel library with CMake and Python API integration.
SGLang Bisect CI Regression
Automate SGLang CI regression debugging via temporal bisection and remote GPU reproduction.
Frequently Asked Questions
FAQPage SchemaHow to install Lsglang?โผ
Run `npx skills add guqiong96/Lsglang --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Lsglang solve?โผ
It lets you run very large MoE models by splitting inference between GPU VRAM and CPU memory with NUMA-aware scheduling, so huge models fit on affordable hardware.
Which models does Lsglang support?โผ
It supports tested MoE models from the Qwen3, GLM, MiniMax, Kimi, and DeepSeek families, in BF16, FP16, FP8, NVFP4, MXFP4, and AWQ 4-bit formats.
What hardware do I need for Lsglang?โผ
You need an x86 CPU with AVX2 or newer instructions and an NVIDIA GPU with sm80 or newer architecture, plus enough combined VRAM and system RAM to hold the model.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, OpenClaw, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core