Chris Jones

Results 3 comments of Chris Jones

I'm also looking for the ability to export a 3D map as an FBX file.

We're adopting a more PyTorch native approach and will not be using mark_sharding. Initially we're focused on PyTorch's native distributed APIs (torch.distributed). Once our focus shifts to peak distributed performance...

Correct, SPMD is not planned for the first release. We're implementing the core collectives (scatter, gather, broadcast, etc) and then using those to implement specific APIs like torch.distributed.fsdp. From a...