Browse Skills
11972 skills across 8 categories
๐ง
2026/08/12
ML Training Recipes
ML Training Recipes gives PyTorch patterns for choosing architectures, setting optimizers and learning rates, and debugging training issues. Use it when training or fine-tuning neural networks, tuning GPU throughput, or diagnosing loss spikes and OOMs.
AI Engineering
11.6K844
๐ง
2026/07/19
nanoGPT
A minimal, hackable GPT implementation in ~300 lines of PyTorch for learning transformer architectures from scratch. Ideal for education, prototyping, and training small language models on limited hardware.
AI Engineering
11.6K838
๐งน
2026/07/19
NeMo Curator
GPU-accelerated toolkit for curating training data for LLMs, supporting text, image, video, and audio. Use for fuzzy deduplication, quality filtering, semantic deduplication, and PII redaction at scale.
AI Engineering
11.6K838
๐งช
2026/08/12
NeMo Evaluator SDK
NeMo Evaluator SDK evaluates LLMs across 100+ benchmarks and 18+ harnesses with containerized, reproducible runs. Use it to benchmark models on local Docker, Slurm HPC, or cloud backends.
AI Engineering
11.6K844
๐ก๏ธ
2026/08/12
NeMo Guardrails
NeMo Guardrails adds programmable runtime safety checks to LLM apps, including jailbreak detection, input/output validation, fact-checking, and PII filtering. Use it when you need configurable guardrails around model responses.
AI Engineering
11.6K844
๐ง
2026/07/19
NNSight Remote Interpretability
Provides guidance for interpreting and manipulating neural network internals using nnsight. Ideal for running interpretability experiments on models too large for local GPUs via remote NDIF execution, or for working with any PyTorch architecture.
AI Engineering
11.6K838
๐
2026/07/19
OpenRLHF Training
Train large language models (7B-70B+) using RLHF techniques like PPO, GRPO, RLOO, and DPO with distributed Ray and vLLM acceleration, achieving 2ร faster training than DeepSpeedChat.
AI Engineering
11.6K838
๐๏ธ
2026/07/19
PEFT Fine-Tuning
Fine-tune large language models (7B-70B) using parameter-efficient methods like LoRA and QLoRA. Ideal when memory is limited, training only a fraction of parameters with minimal quality loss.
AI Engineering
11.6K838
๐ก๏ธ
2026/08/12
Prompt Guard
Prompt Guard detects prompt injection and jailbreak attempts in LLM apps. It can also screen third-party text such as API responses or RAG documents before they reach a model.
AI Engineering
11.6K844
๐งฉ
2026/08/12
PyTorch FSDP2
PyTorch FSDP2 adds fully_shard-based distributed sharding to training scripts with the right init, mixed precision, offload, optimizer, and checkpointing flow. Use it when a model does not fit on one GPU or you need DTensor-based sharding with DeviceMesh.
AI Engineering
11.6K844
โก
2026/08/12
PyTorch Lightning
PyTorch Lightning organizes PyTorch training into LightningModule and Trainer abstractions with built-in logging, checkpoints, and distributed training. Use it when you want cleaner training loops and the same code to run from a laptop to a multi-GPU system.
AI Engineering
11.6K844
๐ง
2026/07/19
Pyvene Interventions
Provides guidance for performing causal interventions on PyTorch models using pyvene. Use for causal tracing, activation patching, interchange intervention training, or testing causal hypotheses about model behavior.
AI Engineering
11.6K838