llama-cpp-wheels / README.md
AIencoder's picture
Update README.md
5051e66 verified
|
raw
history blame
1.5 kB
---
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` |
---