79544584

Date: 2025-03-30 12:28:39
Score: 1
Natty:
Report link

For torch>=2.0.1, use torch.distributed.run:

{
  "name": "train",
  "type": "debugpy",
  "request": "launch",
  "module": "torch.distributed.run",
  "args": [
    "--nnodes=1",
    "--nproc_per_node=8",
    "train.py"
  ],
  "console": "integratedTerminal"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xiao