AuraRouter High-Performance GPU Backend (CUDA 13.1)
This package is a "sidecar" for AuraRouter. It contains the pre-compiled binary payload required to run local LLMs on modern NVIDIA GPUs with maximum performance.
llama-server.exe: Compiled with CUDA 13.1 support.ggml-cuda.dll: Optimized kernels for NVIDIA Ada (RTX 40), Blackwell (RTX 50), and Ampere (RTX 30) architectures.cudart64_13.dll&cublas64_13.dll: Required NVIDIA runtime libraries.
- Hardware: NVIDIA GPU (RTX 20-series or newer recommended).
- Drivers: NVIDIA Driver version 570.86 or higher.
- AuraRouter: Must be installed in the same environment.
Simply install this package into the same virtual environment as aurarouter:
pip install aurarouter-cuda13AuraRouter's BinaryManager will automatically detect this package and prioritize it over CPU-based backends. No configuration change is required.