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
When pruning or continue training, I got OOM error even with batch size 1 & 8 GPUs.
I'm trying to use deepspeed zero stage or FSDP to avoid OOM. However, it seems your code isn't compatible well with deepspeed.
Could you help me with these OOM errors?
The text was updated successfully, but these errors were encountered:
I'm stuck with OOM when using only FSDP too. Do I really need to run the code based on slurm?? I think it is okay to run the code based on vanilla composer without slurm.
And also when I use 16 GPUs, gpuutil doesn't rise and only takes up the memory.
When pruning or continue training, I got OOM error even with batch size 1 & 8 GPUs.
I'm trying to use deepspeed zero stage or FSDP to avoid OOM. However, it seems your code isn't compatible well with deepspeed.
Could you help me with these OOM errors?
The text was updated successfully, but these errors were encountered: