-
Notifications
You must be signed in to change notification settings - Fork 499
[PyTorch][ARM64][Training][EC2] PT 2.7.0 Release #4757
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
base: master
Are you sure you want to change the base?
Conversation
&& echo "hwloc_base_binding_policy = none" >> ${OPEN_MPI_PATH}/etc/openmpi-mca-params.conf \ | ||
&& echo "rmaps_base_mapping_policy = slot" >> ${OPEN_MPI_PATH}/etc/openmpi-mca-params.conf \ | ||
&& echo NCCL_DEBUG=INFO >> /etc/nccl.conf \ | ||
&& echo NCCL_SOCKET_IFNAME="^docker0,lo" >> /etc/nccl.conf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo NCCL_SOCKET_IFNAME="^docker0,lo" Is this the correct way of assign value to nickle?
I referred to this doc below and looks like the default representation is NCCL_SOCKET_IFNAME=^lo,docker
https://espnet.github.io/espnet/espnet2_distributed.html#the-rules-of-nccl-socket-ifname
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume the order doesn't matter but I will try NCCL_SOCKET_IFNAME=^lo,docker
or even just remove this line completely
GitHub Issue #, if available:
Note:
If merging this PR should also close the associated Issue, please also add that Issue # to the Linked Issues section on the right.
All PR's are checked weekly for staleness. This PR will be closed if not updated in 30 days.
Description
Tests run
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.