AuraRouter Generic GPU Backend (Vulkan)
This package is a "sidecar" for AuraRouter. It contains the pre-compiled binary payload required to run local LLMs using Vulkan acceleration, which works on a wide variety of GPUs (AMD, Intel, and NVIDIA) primarily on Linux.
llama-server: Compiled with Vulkan support.libggml-vulkan.so: The Vulkan compute kernels.libllama.so&libggml.so: Required core libraries.
- Hardware: Any GPU with Vulkan 1.2+ support.
- Drivers: Vulkan-capable drivers (Mesa, proprietary AMD/NVIDIA drivers).
- AuraRouter: Must be installed in the same environment.
Simply install this package into the same virtual environment as aurarouter:
pip install aurarouter-vulkanAuraRouter's BinaryManager will automatically detect this package. It is prioritized over CPU backends but lower than CUDA-specific backends.