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.

First seen 5/29/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "pytorch-lightning": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
ai-&-mldevops

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "pytorch-lightning": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is pytorch-lightning best for?

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