Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Speed Benchmark Example

This directory contains the synthetic benchmark example. To run the example, use the following command (with 8 GPUs in this commands):

pip install -r requirements.txt
python3 -m bagua.distributed.launch \
    --nproc_per_node=8 \
    synthetic_benchmark.py \
        --algorithm gradient_allreduce