I'm trying to train the actor model (BLOOM 1.5B) on a multi-GPU setup (3-V100s).
When I observe the GPU usage, only the GPU:0 is utilized and I run out of memory if I increase the batch_size.
Could you add multi-GPU support using HuggingFace's accelerate to facilitate the training of larger models with a larger batch size?
Thank you
I'm trying to train the actor model (BLOOM 1.5B) on a multi-GPU setup (3-V100s).
When I observe the GPU usage, only the GPU:0 is utilized and I run out of memory if I increase the batch_size.
Could you add multi-GPU support using HuggingFace's accelerate to facilitate the training of larger models with a larger batch size?
Thank you