APHRODITE ENGINE
High-throughput LLM inference engine
ABOUT
Serving large language models efficiently requires specialized inference engines that can handle high request volumes, manage GPU memory, and support hardware diversity. Most inference solutions are either tied to specific cloud providers or lack broad hardware support. Aphrodite Engine solves this as a high-throughput inference engine that supports CUDA (NVIDIA), ROCm (AMD), Intel XPU, and AWS Inferentia hardware. It implements continuous batching, PagedAttention, tensor parallelism, and speculative decoding to maximize throughput. It also supports LoRA adapters for serving fine-tuned variants without full model reloads. For teams deploying open-source LLMs in production, Aphrodite Engine provides the performance and hardware flexibility needed to serve models cost-effectively across diverse infrastructure.
pip install -U aphrodite-engine