Skip to main content

Installation

For GPU-accelerated local inference:
For development (tests, linting):

Option 2: From Source

For GPU support from source:

Option 3: Docker

Or use docker-compose:

System Requirements

Minimum (Mock Inference)

Optional (Local Model Inference)

Verify Installation

Troubleshooting Installation

Issue: pip install fails with compilation errors

Cause: Missing system dependencies for cryptography or web3. Fix (Ubuntu/Debian):
Fix (macOS):

Issue: blindference-node: command not found

Cause: pip installed to a location not in your PATH. Fix:
Or use:

Issue: GPU inference fails with CUDA not available

Cause: vLLM requires CUDA but GPU drivers are missing. Fix: