Skip to content

Conversation

merrymercy
Copy link
Contributor

No description provided.

@merrymercy merrymercy merged commit 8c3b420 into main Dec 30, 2024
13 of 16 checks passed
@merrymercy merrymercy deleted the pr-fix-docs branch December 30, 2024 07:57
@@ -578,6 +578,8 @@ def _set_envs_and_config(server_args: ServerArgs):
os.environ["NCCL_NVLS_ENABLE"] = "0"
os.environ["TORCH_NCCL_AVOID_RECORD_STREAMS"] = "1"
os.environ["CUDA_DEVICE_MAX_CONNECTIONS"] = "4"
if "GLOO_SOCKET_IFNAME" not in os.environ:
os.environ["GLOO_SOCKET_IFNAME"] = "eth0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merrymercy I found setting GLOO_SOCKET_IFNAME to eth0 will cause failure in some tests (e.g., sample test script in #2535) as some systems use other interface names.

XiaotongJiang pushed a commit to XiaotongJiang/sglang that referenced this pull request Jan 3, 2025
timethink pushed a commit to timethink/sglang that referenced this pull request Mar 9, 2025
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

Successfully merging this pull request may close these issues.

2 participants