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
fix(smoothquant): fix NCCL timeout in DDP example sample generation
dispatch_model and generate require all ranks to participate.
Add dist.barrier() before generation and only log output on rank 0.
Signed-off-by: David Zheng <dzheng@apple.com>
0 commit comments