Datasets:
File size: 1,498 Bytes
74f8a12 5051e66 74f8a12 5051e66 56f015f 5051e66 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ---
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` |
--- |