Skip to content
New issue

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

NCCL setting problem #44

Open
curryqka opened this issue Dec 14, 2024 · 1 comment
Open

NCCL setting problem #44

curryqka opened this issue Dec 14, 2024 · 1 comment

Comments

@curryqka
Copy link

`# export NCCL_IB_HCA=mlx5_0:1,mlx5_1:1,mlx5_2:1,mlx5_3:1,mlx5_4:1,mlx5_7:1,mlx5_8:1,mlx5_9:1

export NCCL_IB_DISABLE=0

export NCCL_SOCKET_IFNAME=bond0

export NCCL_DEBUG=INFO

export NCCL_NVLS_ENABLE=0`

How to make adjustment for these settings? Unluckily I met with the error:
File "../miniconda3/envs/rdt/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py", line 1910, in broadcast work = group.broadcast([tensor], opts) RuntimeError: [1] is setting up NCCL communicator and retrieving ncclUniqueId from [0] via c10d key-value store by key '0', but store->get('0') got error: Connection reset by peer. This may indicate a possible application crash on rank 0 or a network set up issue.

@XuMengyaAmy
Copy link

you can try to change
"export NCCL_SOCKET_IFNAME=bond0"
input the results network of "ifconfig"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants