DeepResearch icon indicating copy to clipboard operation
DeepResearch copied to clipboard

Lookup socket instead of hardcoding in run_react_infer.sh

Open tobrun opened this issue 5 months ago • 1 comments

Currently NCCL_SOCKET_IFNAME and GLOO_SOCKET_IFNAME are hardcoded while it could be resolved with a simple lookup.

This results in errors:

  • no socket interface found
  • Unable to find address for: eth0

tobrun avatar Sep 18 '25 04:09 tobrun

don’t hardcode eth0 — either set the variables to the right interface name on your machine or let the libraries auto-detect.

AgentAashik avatar Sep 20 '25 02:09 AgentAashik