Installation

Via pip

You can install the latest stable version of flambé as follows:

pip install flambe  # CPU Version
# or
pip install flambe[cuda]  # With GPU / CUDA support

From source

For the lastest version you can install from source:

git clone git@github.com:Open-ASAPP/flambe.git
cd flambe
pip install .

Hint

We recommend installing flambé in an isolated virtual environment