Distributed libtorch

Dear all,

I see some interesting examples with python (https://pytorch.org/tutorials/intermediate/dist_tuto.html).
I want to make a example with libtorch c++.
Please share with me the tutorial or similar functions with c++ to do that.

Thank you so much,
Best regards,

Hey @ph0123 DistributedDataParallel API is not yet available in C++. We are working on that.

1 Like

Thank you so much! Could you estimate when the API will release?

We can aim for in 3 months, but cannot promise that. If we see more people requesting this, we can try to allocate more resources to it and bump up the priority.

I really need this feature!

Do we have a distributed libtorch implementation now? Please let me know.