Installation
Install from PyPI
To install the latest release of optimum-rbln
:
| $ pip install optimum-rbln
|
Install from source
-
Prerequisites
- Install uv (refer this link for detailed install commands)
The below command installs optimum-rbln
along with its dependencies:
| $ git clone https://github.com/rebellions-sw/optimum-rbln.git
$ cd optimum-rbln
$ ./scripts/uv-sync.sh
|