BeClaude

pytorch-lightning

New
19.9kSmitheryGeneralby davila7

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.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/pytorch-lightning.md https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/distributed-training-pytorch-lightning/SKILL.md
3
Invoke in Claude Code
/pytorch-lightning
View source on GitHub
ai-&-mldevops

Frequently Asked Questions

What is 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.

How to install pytorch-lightning?

To install pytorch-lightning, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /pytorch-lightning.

What is pytorch-lightning best for?

pytorch-lightning is a community categorized under General. It is designed for: ai-&-ml, devops. Created by davila7.