Installation

OpenPO is published as a Python package and can be installed using pip. Simplest way to start is running the following command.

pip install openpo

This will automatically install the latest version and all of its root dependency.


To use vLLM for local inference, install extra dependencies by running:

pip install openpo[vllm]


For evaluation models, install dependencies by running:

pip install openpo[eval]