You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eight of the ten findings; the other two are answered on their threads.
The AKS section required IPC_LOCK and dshm but never said the training image
must carry the IB verbs stack, though the EFA section says exactly that about
libfabric. NCCL's IB transport dlopens rdma-core at runtime, so an image without
it falls back to sockets and the job still passes. State the requirement.
Other corrections: the linked Workload Pod Configuration section does not in
fact document dshm, worker IPC_LOCK, daemon args or the NCCL settings, so stop
claiming it does and point at the validator runtime for those; name
nccl-env-profile.sh, since a runtime that attaches to FasTrak without sourcing
it runs well under bandwidth; pin NCCL_SOCKET_IFNAME=eth0, which both tested
runtimes set and which prevents a rendezvous hang on multi-NIC nodes; note that
every shipped runtime defaults to NCCL_DEBUG=WARN, so the verification grep
finds nothing on an ordinary run; describe the interfaces annotation as the
nine-entry JSON array it is rather than eight bare names; quote the EFA
placeholders, matching what buildEFAResourceLine emits.
Drop the em dashes and slash from the three platform headings — per the repo's
documentation style they render as double-hyphen anchors. Nothing links to them.
Refs #2295
Signed-off-by: Yuan Chen <yuanchen97@gmail.com>
0 commit comments