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
Summary:
This is the first step to supporting individual installs for Monarch capabilities, i.e. core/rdma/tensor_engine.
Changes:
- Modifies monarch_extension to use core, rdma, tensor_engine, full feature sets.
- Switches setup.py to use MONARCH_FEATURES accepting strings rather than the 0/1 boolean only USE_TENSOR_ENGINE (also makes all the downstream changes needed to reflect it)
- Renames the default wheel name from `monarch` to `torchmonarch`, to better align with what we're officially publishing to PyPI
- Slight clean up to setup.py workflow
Differential Revision: D87884695
# If you are building with RDMA support, build monarch with `USE_TENSOR_ENGINE=1 pip install --no-build-isolation .` and dnf install the following packages
101
+
# If you are building with RDMA support, build monarch with `MONARCH_FEATURES=rdma pip install --no-build-isolation .` and dnf install the following packages
0 commit comments