Manual setup

  1. Update the submodules:

    git submodule update --init --recursive
    
  2. Create and activate a base virtual environment:

    The exact command varies slightly between OSes - you know how to do this

    python3 -m venv .venv
    source .venv/bin/activate
    
  3. Install uv package manager

    (.venv) pip install uv
    
  4. Install base virtual environment:

    (.venv) uv sync
    
  5. Install other required virtual environments:

    (.venv) wibench-venv rebuild
    

See venvs for more details

  1. (Optional) Download the pre-trained model weights (if not, weights will be downloaded automatically on first run):

    (.venv) python download_models.py