Skip to content

Commit 9cfcd6c

Browse files
authored
docs : update README.md to note newer nvidia gpus (#3031)
Resolves: #3030
1 parent e853620 commit 9cfcd6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ cmake -B build -DGGML_CUDA=1
322322
cmake --build build -j --config Release
323323
```
324324

325+
or for newer NVIDIA GPU's (RTX 5000 series):
326+
```
327+
cmake -B build -DGGML_CUDA=1 -DCMAKE_CUDA_ARCHITECTURES="86"
328+
cmake --build build -j --config Release
329+
```
330+
325331
## Vulkan GPU support
326332
Cross-vendor solution which allows you to accelerate workload on your GPU.
327333
First, make sure your graphics card driver provides support for Vulkan API.

0 commit comments

Comments
 (0)