Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you expose torch.distributed or similar? #936

Open
joelberkeley opened this issue Feb 28, 2025 · 3 comments
Open

Do you expose torch.distributed or similar? #936

joelberkeley opened this issue Feb 28, 2025 · 3 comments

Comments

@joelberkeley
Copy link

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?

@LaurentMazare
Copy link
Owner

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.

@joelberkeley
Copy link
Author

joelberkeley commented Mar 1, 2025

OK thanks. I'll have a look at these rust bindings for NCCL. You don't happen to know if someone's already tried using them with this lib?

@LaurentMazare
Copy link
Owner

I haven't heard of anything yet, if you find one I would certainly be interested in knowing about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants