Skip to content

Commit c8cd8c1

Browse files
committed
docs: Update README to include CUDA 12.4 wheels
1 parent f417cce commit c8cd8c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CMAKE_ARGS="-DLLAMA_CUDA=on" pip install llama-cpp-python
121121

122122
It is also possible to install a pre-built wheel with CUDA support. As long as your system meets some requirements:
123123

124-
- CUDA Version is 12.1, 12.2 or 12.3
124+
- CUDA Version is 12.1, 12.2, 12.3, or 12.4
125125
- Python Version is 3.10, 3.11 or 3.12
126126

127127
```bash
@@ -133,6 +133,7 @@ Where `<cuda-version>` is one of the following:
133133
- `cu121`: CUDA 12.1
134134
- `cu122`: CUDA 12.2
135135
- `cu123`: CUDA 12.3
136+
- `cu124`: CUDA 12.4
136137

137138
For example, to install the CUDA 12.1 wheel:
138139

0 commit comments

Comments
 (0)