File size: 573 Bytes
4c460f5 | 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 | ---
license: mit
language:
- en
tags:
- llama.cpp
- gguf
- pytorch
- binaries
---
# Llama.cpp Spinoff - Python Binary Wheels
Pre-built Python `whl` binaries for [mention your specific fork name here] to allow easy installation without compiling C++ code.
## Installation
Install the latest version via pip:
```bash
pip install turbocpp
```
## Features
- **Pre-compiled**: No need to install compilers (CMake, GCC/Visual Studio).
- **Optimized**: Built with specific performance optimizations (AVX, AVX2, cuBLAS).
- **GGUF Supported**: Supports the latest GGUF format. |