Tim Moon

Results 227 comments of Tim Moon

The patch is preferable since @benson31's workaround with `--enable-pmi-mpi` requires a lot of mucking around with the environment. We've focused our efforts on using NVSHMEM, so this isn't a critical...

Do you know if PyTorch is installed before you install the `requirements.txt`? TE supports DL frameworks other than PyTorch (e.g. JAX), so part of our build process involves checking what...

Sorry for the late reply. Yes, that's correct. Currently we expect that this all-reduce happens outside of TE, which allows us to coalesce multiple all-reduces into a single NCCL call....

This error message suggests that your compiler does not have C++17 support. You should first try building with verbose output so that we can see what compiler command is being...