Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# llama_cpp_python Manylinux Wheels
|
| 5 |
+
|
| 6 |
+
This repository hosts community-provided pre-built manylinux wheels for
|
| 7 |
+
`llama_cpp_python`, so you can install without building from source.
|
| 8 |
+
|
| 9 |
+
## Available Wheels
|
| 10 |
+
|
| 11 |
+
| Platform | Python | Wheel |
|
| 12 |
+
|----------|--------|-------|
|
| 13 |
+
| Linux x86_64 | 3.10 | `llama_cpp_python-0.3.17-cp310-cp310-manylinux_2_17_x86_64.whl` |
|
| 14 |
+
|
| 15 |
+
## Install
|
| 16 |
+
|
| 17 |
+
```bash
|
| 18 |
+
pip install https://huggingface.co/datasets/your_username/llama-cpp-python-wheels/resolve/main/llama_cpp_python-0.3.17-cp310-cp310-manylinux_2_17_x86_64.whl
|
| 19 |
+
Supported
|
| 20 |
+
✔ Linux x86_64
|
| 21 |
+
✔ Python 3.10
|
| 22 |
+
✔ CPU only (OpenBLAS + OpenMP)
|
| 23 |
+
|
| 24 |
+
Notes
|
| 25 |
+
These wheels are community contributions, not official upstream releases.
|
| 26 |
+
|
| 27 |
+
If you need wheels for other platforms (Windows / macOS / CUDA), please open an issue or reach out!
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
This Moth#r F@cker took 8 hours of my life and taught me a lot of things I did not know. Please show some form of appreciation
|