Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 598 Bytes

File metadata and controls

26 lines (17 loc) · 598 Bytes

📊 Primus-Turbo Benchmarks

This document presents performance benchmarks for Primus-Turbo.

Work in Progress...

DeepEP

1. benchmark intranode

python benchmark/ops/training/deep_ep/test_intranode.py

2. benchmark internode

You should use slurm or any other tools to run the following:

export NNODES=
export NODE_RANK=
export MASTER_ADDR=
export MASTER_PORT=

torchrun --nproc_per_node 1 --nnodes "${NNODES}" -node_rank "${NODE_RANK}" --master_addr "${MASTER_ADDR}" --master_port "${MASTER_PORT}"  benchmark/ops/training/deep_ep/test_internode.py