From 00fb8a314951edb1d586dbb13e19bc501791ac50 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 16 Dec 2024 08:58:00 -0600 Subject: [PATCH] Update docs/source/install.rst Co-authored-by: Peter Andreas Entschev --- docs/source/install.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 5feea088..ba665841 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -219,7 +219,9 @@ Installing UCX-Py from source in a pip-only environment has additional limitatio UCX-Py with UCX from PyPI ^^^^^^^^^^^^^^^^^^^^^^^^^ -CUDA-enabled builds of the UCX libraries are available from PyPI, under the names ``libucx-cu{11,12}``. +CUDA-enabled builds of the UCX libraries are available from PyPI, under the names ``libucx-cu{11,12}``. +Notice that those builds do not currently include InfiniBand support, if InfiniBand is required you will +need to provide a custom UCX install as described in the "UCX-Py with custom UCX install" section. To build UCX-Py using those UCX packages (to avoid needing to build UCX from source), run the following.