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
in sigle gpu mode,I success run the train by RTX3090.but it took too long。
in ddp mode,we got OOM in LlamaForCausalLM = torch.nn.parallel.DistributedDataParallel(
model,
device_ids=[local_rank],
output_device=local_rank,
broadcast_buffers=False,
)
.
The text was updated successfully, but these errors were encountered:
in sigle gpu mode,I success run the train by RTX3090.but it took too long。
in ddp mode,we got OOM in LlamaForCausalLM = torch.nn.parallel.DistributedDataParallel(
model,
device_ids=[local_rank],
output_device=local_rank,
broadcast_buffers=False,
)
.
The text was updated successfully, but these errors were encountered: