Skip to content

Installation

Install from PyPI

To install the latest release of optimum-rbln:

1
2
3
$ pip3 install \
  --extra-index-url https://download.pytorch.org/whl/cpu \
  optimum-rbln==0.10.2

Install from source

  • Prerequisites

    • Install uv (refer this link for detailed install commands)

The below command installs optimum-rbln along with its dependencies:

1
2
3
$ git clone https://github.com/rebellions-sw/optimum-rbln.git
$ cd optimum-rbln
$ ./scripts/uv-sync.sh