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
ifddp:
# Ignore the `freqs_cis` buffer so that DDP does not broadcast it at# construction time since NCCL does not support `ComplexFloat`prefix="_orig_mod."ifcompileelse""model._ddp_params_and_buffers_to_ignore= {prefix+"freqs_cis"}
model=DDP(model, device_ids=[ddp_local_rank])
这里的操作作用是什么?有没有大佬指点一下?
The text was updated successfully, but these errors were encountered:
在pretrain中有这样一部分代码
这里的操作作用是什么?有没有大佬指点一下?
The text was updated successfully, but these errors were encountered: