srush / LLM-Training-Puzzles

What would you do with 1000 H100s...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLM Training Puzzles

image

This is a collection of 8 challenging puzzles about training large language models (or really any NN) on many, many GPUs. Very few people actually get a chance to train on thousands of computers, but it is an interesting challenge and one that is critically important for modern AI. The goal of these puzzles is to get hands-on experience with the key primitives and to understand the goals of memory efficiency and compute pipelining.

I recommend running in Colab. Click here and copy the notebook to get start.

Open In Colab

image

If you are into this kind of thing, this is 6th in a series of these puzzles.

About

What would you do with 1000 H100s...

License:MIT License


Languages

Language:Jupyter Notebook 67.9%Language:HTML 31.2%Language:Python 0.9%