--- license: mit task_categories: - text-generation language: - en tags: - code - llama-cpp - wheels - linux --- # 🏭 Llama-cpp-python Mega-Factory > **"Stop waiting for `pip` to compile. Just install and run."** This repository is a high-performance archive of pre-compiled `llama-cpp-python` wheels. Specifically built for **Debian/Ubuntu**, these binaries eliminate "compilation hell" and unlock the full potential of your hardware. --- ## 🚀 Why These Wheels? Standard wheels target the "lowest common denominator" to avoid crashes on old hardware. This factory uses a massive **Everything Preset** to target specific server-grade instruction sets, maximizing your **Tokens per Second (T/s)**. * **Zero Dependencies:** No `cmake`, `gcc`, or `nvcc` required on your target machine. * **Server-Grade Power:** Optimized builds for architectures like `Sapphire Rapids`, `Icelake`, `Alderlake`, and `Haswell`. * **Full Backend Support:** Pre-configured for `Vulkan`, `OpenBLAS`, `CLBlast`, and `MKL`. * **Cutting Edge:** Supporting Python versions from `3.10` up to experimental `3.14`. --- ## 📊 The "Everything" Matrix Our private distributed build farm is currently maintaining **3,600+ combinations**: | Category | Coverage | | :--- | :--- | | **Llama-cpp-python** | v0.3.12 — v0.3.16+ | | **Python Versions** | 3.10, 3.11, 3.12, 3.13, 3.14 | | **Backends** | `Basic (CPU)`, `OpenBLAS`, `Vulkan`, `CLBlast`, `MKL` | | **Optimizations** | `AVX-512`, `VNNI`, `AMX`, `AVX2` | ---