Skip to content

Installation

Install from PyPI

To install the latest release of optimum-rbln:

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

Install from source

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

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