Installation¶
This page covers installation. For the underlying pipeline and model behavior, see How it works. For privacy and scope questions, see the FAQ.
The simplest way to install UnBias-Plus is from PyPI:
For development, or to use uv for dependency management, clone the repository and run from the project root:
For development extras (tests, linting, type checking):
To skip optional groups, for example documentation:
For training or faster GPU inference with flash attention, install the train extra (requires CUDA and nvcc to build):
The default install does not include flash-attn, so CI and CPU-only setups work without it.
Requirements: Python >= 3.10, < 3.12. CUDA 12.4 is recommended for GPU; CPU is supported but slow.
Project status
UnBias-Plus is at alpha status (PyPI 0.1.5, March 2026). The API is stable but may evolve as the model and pipeline are refined. Pin to a specific version for production use.