Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ torchrun --nproc-per-node 4 benchmark_sharded_attention.py \

After collecting JSON results in `results/`, generate scaling plots:

> Note! To run the scaling plot, you will need matplotlib installed. `pip install matplotlib`.

```bash
python plot_scaling_results.py
```
Expand Down
Loading