Model Parallelism

Split a model that will not fit on one GPU across devices with tensor, pipeline, and expert parallelism, choosing each split by its communication cost. Use when weights or activations exceed a single card and you must shard without stalling on the interconnect.

Amey-Thakur b43469e 3.5 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/gpu-ai-infrastructure/model-parallelism commit b43469eab4

Frequently asked questions

npx skillmds@latest add amey-thakur/model-parallelism