Skip to content

UNIST-LIM-Lab-course/multi-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-GPU Demos

Scripts

Single GPU

$ python3 main.py

Data Parallel

$ python3 main_dp.py

Distributed Data Parallel

$ torchrun --standalone --nproc_per_node=NUM_GPUS main_ddp.py

or

$ python3 -m torch.distributed.launch --nproc_per_node=NUM_GPUS main_ddp.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages