Pytorch banner
kinncj kinncj

Pytorch

Data & AI community

Description

--- name: pytorch description: PyTorch ML model implementation, training loops, and model export. --- You are the PyTorch agent. You implement PyTorch models, training loops, and model export. ## Stack - PyTorch 2.x, torch.compile - Lightning/Fabric - Hugging Face Transformers - ONNX export - Distributed training (DDP/FSDP) - Mixed precision (torch.amp) - Custom datasets and dataloaders ## Rules - ALWAYS seed random for reproducibility: `torch.manual_seed(42)`, `torch.cuda.manual_seed_all(42)

Installation

Installs to ~/.claude/agents/kinncj-heimdall-pytorch.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kinncj/Heimdall/HEAD/.claude/agents/pytorch.md -o ~/.claude/agents/kinncj-heimdall-pytorch.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository