-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[BUG] cannot import name '_get_socket_with_port' from 'torch.distributed.elastic.agent.server.api' #5603
Comments
Got same error when run unit tests on cross encoder in sentence transformer. |
facing the same issue |
Quick solution is to modify the following file:
|
Hi @fahadh4ilyas - can you test with the linked PR? |
Describe the bug
When trying to call
ds_report
this error comes outTo Reproduce
Steps to reproduce the behavior:
pip install --pre torch==2.4.0.dev20240602 --index-url https://download.pytorch.org/whl/nightly/cu121
pip install deepspeed
ds_report
Expected behavior
ds_report
show upSystem info (please complete the following information):
The text was updated successfully, but these errors were encountered: