Skip to content

Commit 2d91d14

Browse files
allenwang28facebook-github-bot
authored andcommitted
Add README instructions for installing ibverbs related packages for tensor engine (#596)
Summary: Pull Request resolved: #596 Adds a few missing instructions for how to build monarch with tensor engine Reviewed By: zdevito Differential Revision: D78665299 fbshipit-source-id: ac5673f527afca9558d2f7cf4f393030870ec5f6
1 parent 2ff2097 commit 2d91d14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ sudo dnf install clang-devel libnccl-devel
4242
conda install -c conda-forge clangdev nccl
4343
conda update -n monarchenv --all -c conda-forge -y
4444

45+
# 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
46+
sudo dnf install -y libibverbs rdma-core libmlx5 libibverbs-devel rdma-core-devel
47+
4548
# Install build dependencies
4649
pip install -r build-requirements.txt
4750
# Install test dependencies

0 commit comments

Comments
 (0)