summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Ferlet <metal3d@gmail.com>2024-06-12 03:18:16 +0200
committerGitHub <noreply@github.com>2024-06-12 11:18:16 +1000
commitf2b5764beb35583295e2475479c18f249b139b58 (patch)
tree576759292ea76cd746917816e29a793bd5454d3e
parent73bac2b11d7d3e20982fc9ee607625836387db8b (diff)
Fix a typo and add Fedora 40 pacakge to install for Vulkan (#7794) [no ci]
Fix "appropiate" to "appropriate" and add Fedora 40 packages to install to compile with Vulkan support
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ecb9d00d..8c065aac 100644
--- a/README.md
+++ b/README.md
@@ -576,7 +576,9 @@ Building the program with BLAS support may lead to some performance improvements
vulkaninfo
```
- Alternatively your package manager might be able to provide the appropiate libraries. For example for Ubuntu 22.04 you can install `libvulkan-dev` instead.
+ Alternatively your package manager might be able to provide the appropriate libraries.
+ For example for Ubuntu 22.04 you can install `libvulkan-dev` instead.
+ For Fedora 40, you can install `vulkan-devel`, `glslc` and `glslang` packages.
Then, build llama.cpp using the cmake command below: