Last Updated: 3/9/2026
Pie
Installation
From PyPI (Recommended)
# For NVIDIA GPUs (includes CUDA dependencies)
pip install "pie-server[cuda]"
# For Apple Silicon (includes Metal dependencies)
pip install "pie-server[metal]"
# Base installation (no GPU-specific packages)
pip install pie-serverFrom Source
uv sync --extra cu128 # cu126, cu128 supportedVerify Installation
pie doctor