Installation

HypLL was written for Python 3.10+ and PyTorch 1.11+.

It’s recommended to have a working PyTorch installation before setting up HypLL:

  • PyTorch installation instructions.

Install with pip

Start by setting up a Python virtual environment:

python -venv .env

Activate the virtual environment.

source .env/bin/activate

Install HypLL from PyPI.

pip install hypll

Congratulations, you are ready to do machine learning in hyperbolic space. Check out our Tutorials next to get started!