Files
test-dags/dags
George Stykalin 8b91012567 Fix duplicate GPU detected error
Two critical fixes:
1. Set device BEFORE initializing process group (PyTorch best practice)
2. Add NCCL environment variables to handle same GPU IDs across nodes:
   - NCCL_LL_THRESHOLD=0
   - NCCL_ALGO=Ring
   - NCCL_PROTO=Simple

This fixes the "Duplicate GPU detected" error when both nodes
have GPUs with the same PCI bus ID.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-15 12:37:02 +03:00
..
2026-01-26 16:13:01 +03:00
2026-01-26 15:49:45 +03:00
2026-01-12 16:25:19 +03:00
2026-04-15 12:10:19 +03:00