Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion bionemo-recipes/recipes/llama3_native_te/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for the list of dependencies.
### Performance Benchmarks

<p align="center">
<img src="../../../docs/docs/assets/images/recipes/70b-cp-benchmarks.png" alt="Llama 3 Context Parallelism Benchmarks" width="100%" />
<img src="../../../docs/docs/assets/images/recipes/70b-cp-benchmarks-increasing-ctx.png" alt="Llama 3 Context Parallelism Benchmarks" width="100%" />
</p>

Scaling Llama 3 70B with Context Parallelism (CP) on 32x NVIDIA GB300 GPUs (NVL32) with synthetic data of increasing
Expand All @@ -64,6 +64,13 @@ def compute_model_pflops(seq_len, global_batch_size, step_time_s):
return model_flops / 1e15
```

Performing the same experiment with a fixed context length of 8192 (increasing micro batch size to hold the global batch
size constant) more clearly shows the overhead introduced by context parallelism communication.

<p align="center">
<img src="../../../docs/docs/assets/images/recipes/70b-cp-benchmarks-flat-ctx.png" alt="Llama 3 Context Parallelism Benchmarks" width="100%" />
</p>

### Convergence Benchmarks

<p align="center">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.