Skip to content

Commit 450c44f

Browse files
authored
Revise README for llama-cpp-python GPU wheel
Updated README to reflect accurate package name and details.
0 parents  commit 450c44f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# llama-cpp-python GPU Wheel for Python 3.14 (CUDA 13.1)
2+
3+
Fully working GPU-accelerated wheel for `llama-cpp-python==0.3.16` on **Python 3.14** (Windows amd64).
4+
5+
Built December 17, 2025 with:
6+
- CUDA Toolkit 13.1 (latest)
7+
- Full CUDA graph support
8+
- Tested: ~85 tokens/second on Llama 3 8B Q4_K_M (RTX 3090)
9+
10+
### Install
11+
```bash
12+
pip install llama_cpp_python-0.3.16-cp314-cp314-win_amd64.whl

0 commit comments

Comments
 (0)