Installing hipRAFT#
2026-06-29
2 min read time
You can install hipRAFT via AMD PyPI as described below. This is recommended for users of the code. For developers interested in modifying or contributing to the Open Source hipRAFT component, see the Build instructions.
See System requirements for information regarding supported operating systems, ROCm versions, and AMD GPUs before installing hipRAFT.
Install hipRAFT via AMD PyPI#
Packaged versions of hipRAFT and its dependencies are distributed via AMD PyPI. This section discusses how to install hipRAFT via this package index.
Create and activate a Conda environment with a compatible Python version, such as 3.11 or 3.12 as shown below. For more information on compatible Python versions, see System requirements.
conda create --name hipraft python=3.12 # Specify your Python version
conda activate hipraft
hipRAFT can then be installed into this environment using pip and the AMD PyPI URL:
pip install amd-pylibraft==1.0.0 --extra-index-url=https://pypi.amd.com/rocm-7.2.3/simple/