Armory
Source
Browse
Skills

huggingface-accelerate

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install huggingface-accelerate --cli claude

writes the skill into.claude/skills/huggingface-accelerate/SKILL.mdListed as compatible

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

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

What it is

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

When to use it

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

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-accelerate/SKILL.md -o .claude/skills/distributed-training-accelerate/SKILL.md

Notes

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