v25.03.02
This is a beta release of Legate.
Linux x86 and ARM builds for Python 3.10 - 3.12 with multi-node support are available on PyPI at https://pypi.org/project/legate/, and as conda packages at https://anaconda.org/legate/legate. GASNet-based (rather than UCX-based) conda packages are under the gex label.
Documentation for this release can be found at https://docs.nvidia.com/legate/25.03/.
New features
PIP install support
-
With this release, Linux x86 and ARM builds of Legate are available as Python wheels on PyPI, and can be installed with:
pip install legateSee https://docs.nvidia.com/legate/25.03/installation.html#installing-pypi-packages for further instructions.
-
These wheels support multi-node execution through UCX, when paired with an installation of MPI; see https://docs.nvidia.com/legate/25.03/networking-wheels.html for more details.
Miscellaneous
- Support MPICH mpirun when running the
legatelauncher with--launcher mpirun.