Update README.md with links
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ Pre-compiled `llama-cpp-python` wheels for Windows across CUDA versions and GPU
|
|
| 20 |
## Quick Start
|
| 21 |
|
| 22 |
1. **Find your GPU** in the compatibility list below
|
| 23 |
-
2. **Download** the wheel for your GPU from [GitHub Releases](https://github.com/dougeeai/llama-cpp-python-wheels/releases)
|
| 24 |
3. **Install**: `pip install <downloaded-wheel-file>.whl`
|
| 25 |
4. **Run** your GGUF models immediately
|
| 26 |
|
|
|
|
| 20 |
## Quick Start
|
| 21 |
|
| 22 |
1. **Find your GPU** in the compatibility list below
|
| 23 |
+
2. **Download** the wheel for your GPU from [GitHub Releases](https://github.com/dougeeai/llama-cpp-python-wheels/releases) or [find your card on the README table](https://github.com/dougeeai/llama-cpp-python-wheels)
|
| 24 |
3. **Install**: `pip install <downloaded-wheel-file>.whl`
|
| 25 |
4. **Run** your GGUF models immediately
|
| 26 |
|