Armory
Source
Browse
Skills

pytorch-lightning

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install pytorch-lightning --cli claude

writes the skill into.claude/skills/pytorch-lightning/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/pytorch-lightning/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

When to use it

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/distributed-training-pytorch-lightning/SKILL.md -o .claude/skills/distributed-training-pytorch-lightning/SKILL.md

Notes

Extracted from davila7/claude-code-templates, distributed-training-pytorch-lightning category.