We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I have 2 GPU as shown by nvidia smi
Then I try
DistributedUtils.initialize(NCCLBackend) distributed_backend = DistributedUtils.get_distributed_backend(NCCLBackend) DistributedUtils.local_rank(distributed_backend) #0 DistributedUtils.total_workers(distributed_backend) #1
and local_rank evaluates to 0 ; total_workers evaluate to 1. Seems to be incorrect, if I understand idea well.
I use Lux v1.1.0 CUDA v5.5.2 Julia 1.10
The text was updated successfully, but these errors were encountered:
You need to start julia with mpiexec https://github.com/LuxDL/Lux.jl/tree/main/examples/ImageNet#distributed-data-parallel-training
mpiexec
Sorry, something went wrong.
For now it still do not work but I need to dig up deeper into mpi first. Thanks for guidance!
No branches or pull requests
Hello I have 2 GPU as shown by nvidia smi
Then I try
and local_rank evaluates to 0 ; total_workers evaluate to 1. Seems to be incorrect, if I understand idea well.
I use
Lux v1.1.0
CUDA v5.5.2
Julia 1.10
The text was updated successfully, but these errors were encountered: