Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- llama.cpp
|
| 7 |
+
- gguf
|
| 8 |
+
- pytorch
|
| 9 |
+
- binaries
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Llama.cpp Spinoff - Python Binary Wheels
|
| 13 |
+
|
| 14 |
+
Pre-built Python `whl` binaries for [mention your specific fork name here] to allow easy installation without compiling C++ code.
|
| 15 |
+
|
| 16 |
+
## Installation
|
| 17 |
+
|
| 18 |
+
Install the latest version via pip:
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
pip install turbocpp
|
| 22 |
+
```
|
| 23 |
+
## Features
|
| 24 |
+
|
| 25 |
+
- **Pre-compiled**: No need to install compilers (CMake, GCC/Visual Studio).
|
| 26 |
+
- **Optimized**: Built with specific performance optimizations (AVX, AVX2, cuBLAS).
|
| 27 |
+
- **GGUF Supported**: Supports the latest GGUF format.
|