AuraRouter Stable GPU Backend (CUDA 12.4)
This package is a "sidecar" for AuraRouter. It contains the pre-compiled binary payload required to run local LLMs on older NVIDIA GPUs or systems with legacy drivers.
llama-server.exe: Compiled with CUDA 12.4 support.ggml-cuda.dll: Optimized kernels for NVIDIA architectures.cudart64_12.dll&cublas64_12.dll: Required NVIDIA runtime libraries.
- Hardware: NVIDIA GPU.
- Drivers: NVIDIA Driver version 525.60 or higher.
- AuraRouter: Must be installed in the same environment.
Simply install this package into the same virtual environment as aurarouter:
pip install aurarouter-cuda12AuraRouter's BinaryManager will automatically detect this package and use it for local inference. It is prioritized over CPU-based backends but lower than aurarouter-cuda13.