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
Hi @s-JoL, thank you very much for your efforts making llama open to the community.
I got some question when benchmarking the training speed:
My environment:
One node with 8 pieces of A100(80G), 128 Core, 2TB RAM, Ubuntu 20.04, CUDA 11.7, pytorch 2.0, xformers 0.0.19
Problem: GPU out of memory when running the utils/speed_test/lightning/run.py script. I have also tried the accelerate script at utils/speed_test/accelerate/run.sh, but oom too.
According to the lightning and accelerate script, it seems your are using 8 GPUS:
I guess it works at your side with the same configs. But I got OOM with exactly the same script. So, I wonder are there any other factors may cause the difference? Am I miss anything?
This is the screenshot after the model initialization:
However, GPU OOM when the training starts:
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @s-JoL, thank you very much for your efforts making llama open to the community.
I got some question when benchmarking the training speed:
My environment:
One node with 8 pieces of A100(80G), 128 Core, 2TB RAM, Ubuntu 20.04, CUDA 11.7, pytorch 2.0, xformers 0.0.19
Problem: GPU out of memory when running the utils/speed_test/lightning/run.py script. I have also tried the accelerate script at utils/speed_test/accelerate/run.sh, but oom too.
According to the lightning and accelerate script, it seems your are using 8 GPUS:
I guess it works at your side with the same configs. But I got OOM with exactly the same script. So, I wonder are there any other factors may cause the difference? Am I miss anything?
This is the screenshot after the model initialization:
However, GPU OOM when the training starts:
Thank you!
The text was updated successfully, but these errors were encountered: