We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e853620 commit 9cfcd6cCopy full SHA for 9cfcd6c
README.md
@@ -322,6 +322,12 @@ cmake -B build -DGGML_CUDA=1
322
cmake --build build -j --config Release
323
```
324
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
+
331
## Vulkan GPU support
332
Cross-vendor solution which allows you to accelerate workload on your GPU.
333
First, make sure your graphics card driver provides support for Vulkan API.
0 commit comments