Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8cd8c1

Browse filesBrowse files
committed
docs: Update README to include CUDA 12.4 wheels
1 parent f417cce commit c8cd8c1
Copy full SHA for c8cd8c1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.