C10d missing on OSX libtorch?

Hi,

I’ve been using libtorch for testing and development on a Linux server, and that’s worked quite well for me. However, it would be significantly more convenient to be able to develop on my laptop, which is OSX. It seems that libc10d is missing on the libtorch bundle, though it wasn’t missing from the Linux version. Is this intentional?

Alternatively, I’d be happy to build libc10d myself, if you would be able to provide instructions for so doing.

Thank you for your help!

It looks like the issue isn’t missing libc10d, but a variety of other symbols which somehow just don’t get into the provided libraries. I’m just going to consider OSX libtorch not supported for now and work with the Linux release.