Armory
Source
Browse
Skills

moe-training

Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install moe-training --cli claude

writes the skill into.claude/skills/moe-training/SKILL.mdListed as compatible

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

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

What it is

Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.

When to use it

Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.

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/emerging-techniques-moe-training/SKILL.md -o .claude/skills/emerging-techniques-moe-training/SKILL.md

Notes

Extracted from davila7/claude-code-templates, emerging-techniques-moe-training category.