|
Hello, and using a smaller model, because I noticed in the NeMo code: Thanks! |
Answered by
ashors1
May 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, MPI is used by default to bootstrap the user buffers (see the TransformerEngine documentation here). However, NCCL bootstrap should also be supported now. You can try setting
tp_comm_bootstrap_backend="nccl"here.