···11# Rixa
2233-> ⚠️ **Experimental**
33+> [!WARNING]
44> This library is in an experimental phase and may be buggy.
55> Expect breaking changes between versions.
66···20203. ABI Compatibility: Built on PMIx 5.0+ (ABI stable), ensuring portability across different MPI/PMIx versions.
21212222## Installation
2323+> [!NOTE]
2424+> For detailed installation instructions, see the [wiki](https://github.com/wesenheit/rixa/wiki/Installation).
2525+2626+2327In order to install one needs to specify the version of the library. Currently two versions are supported, `pytorch` and `nvshmem`.
2428They can be easily installed with
2529```bash
···2933# Install for NVSHMEM support
3034pip install "rixa[nvshmem]"
3135```
3232-For detailed installation instructions, see the [Wiki](https://github.com/wesenheit/rixa/wiki).
33363437## Usage (PyTorch)
3838+> [!NOTE]
3939+> For more use cases, see the [wiki](https://github.com/wesenheit/rixa/wiki/Quick-Start).
4040+4141+3542One can use `rixa` to start pytorch distributed job with one simple line
3643```python
3744import rixa