flâneur — a map of the web's best reading

5D parallelism in LLM training - gdymind's Blog

gdymind.com · 2,777 words · saved by 1 readers

source: The Ultra-scale Playbook 0. High-level overview Targed on large-scale (like 512 GPUs) training Tradeoff among the following factors memory usage: params, optimizer states, gradients compute ef

5D parallelism in LLM training source: The Ultra-scale Playbook 0. High-level overview Targed on large-scale (like 512 GPUs) training Tradeoff among the following factors memory usage : params, optimizer states, gradients compute efficiency be efficient on a single GPU. e.g., no uncessary transposes ensure the efficiency scales for more GPUs communication overhead Cheatsheet: https://nanotron-ultrascale-playbook.static.hf.space/assets/images/ultra-cheatsheet.svg will expalin the details below, here is just a summary when to use which parallelism memory reduction: see which part of the memory i

Explore this link on the map →

saved by

related reading