Liger-Kernel
Build, patch, and optimize Triton kernels for faster LLM training
All Skills in This Repository (3)
Pure Emerald Level Indicatorsliger-kernel-dev
Automate Triton kernel development for Liger Kernel with a three-stage pipeline.
liger-autopatch
Generate and validate Liger Kernel monkey-patches for HuggingFace Transformers models.
liger-kernel-perf
Profile, generate variants, and validate Liger Kernel Triton kernels for NVIDIA GPUs.
Frequently Asked Questions
FAQPage SchemaHow to install Liger-Kernel skills?▼
Run `npx skills add linkedin/Liger-Kernel --all -g -y` in your terminal to install all skills in this suite globally.
How to create a new Triton kernel with AI?▼
The liger-kernel-dev skill turns any PyTorch operation into a production-ready Triton kernel through a 3-stage analyze, generate, and validate pipeline with tests and benchmarks.
How to add Liger Kernel support for a new HuggingFace model?▼
The liger-autopatch skill reads the model's source code, builds an architecture profile, and generates the monkey-patch, forward function, tests, and documentation automatically.
Can AI optimize an existing Triton kernel?▼
Yes. The liger-kernel-perf skill profiles the kernel, diagnoses bottlenecks, benchmarks multiple optimization variants, and applies the fastest correct version.
Do these skills require an NVIDIA GPU?▼
Kernel development and performance optimization require an NVIDIA GPU for benchmarking and validation, while the auto-patch skill mainly needs a standard Python environment.
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