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, I'm looking for a distributed ML package in Rust. Does this expose torch.distributed or similar? I can't see it in the code. Is there even such a thing in the C++ API?
The text was updated successfully, but these errors were encountered:
There is no specific distributed wrappers in this crate, as far as I understand torch.distributed is mostly made of python code that uses NCCL to manipulate distributed tensors.
Hi, I'm looking for a distributed ML package in Rust. Does this expose
torch.distributed
or similar? I can't see it in the code. Is there even such a thing in the C++ API?The text was updated successfully, but these errors were encountered: