Open AdjugateMatrix opened 1 year ago
How can I run the program with two GPUS? Do I need to add some code to support two GPUS? Hopefully you can give me some instructions. Thanks!
For training, multiple GPUs should be picked up automatically. Just execute examples/train.py or run it with torchrun --nproc_per_node gpu examples/train.py.
examples/train.py
torchrun --nproc_per_node gpu examples/train.py
How can I run the program with two GPUS? Do I need to add some code to support two GPUS? Hopefully you can give me some instructions. Thanks!