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
Thank you for this work. The accelerate library just brings serial models and not parallel models, which brings slow decoding speed. I would like to know how to implement model parallel processing and data parallel processing like the original LLAMA code using torchrun.
The text was updated successfully, but these errors were encountered:
You are right, i used accelerate just to fit the big models in constrained systems. It could be a good idea to integrate something like deepspeed to and let the user decide which loading method to use
Thank you for this work. The accelerate library just brings serial models and not parallel models, which brings slow decoding speed. I would like to know how to implement model parallel processing and data parallel processing like the original LLAMA code using torchrun.
The text was updated successfully, but these errors were encountered: