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

ipv6 address family #4008

Open
NEWPLAN opened this issue Dec 11, 2023 · 0 comments
Open

ipv6 address family #4008

NEWPLAN opened this issue Dec 11, 2023 · 0 comments

Comments

@NEWPLAN
Copy link

NEWPLAN commented Dec 11, 2023

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I use horovod to launch discributed training tasks, and my cluster has been migirated to ipv6 family. However, the horovod.runner donot support the cluster with throwing errors, including but not limited to:

  1. address parser at "[email protected]", the function requires ip addresses inputed are int the format of "IP:slot-nums", which conflcts with the ipv6 format.
  2. server listen at "[email protected]", the addr=("",port) would generate a ipv4 addr.
  3. [email protected], fail to support ipv6 family.

Describe the solution you'd like
A clear and concise description of what you want to happen.

current, I just add an environment to force the code execute with ipv6 branch, hoping a better solution from the official.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.
the horovod I used is based on pip3 install with a version=0.28.1

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

No branches or pull requests

1 participant