Unverified Commit 3a22a303 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Revert the GLOO_SOCKET_IFNAME change (#2731)

parent bdb3929d
......@@ -581,8 +581,6 @@ 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"
# Set prometheus env vars
if server_args.enable_metrics:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment