]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix a typo and add Fedora 40 pacakge to install for Vulkan (#7794) [no ci]
authorPatrice Ferlet <redacted>
Wed, 12 Jun 2024 01:18:16 +0000 (03:18 +0200)
committerGitHub <redacted>
Wed, 12 Jun 2024 01:18:16 +0000 (11:18 +1000)
Fix "appropiate" to "appropriate" and add Fedora 40 packages to install to compile with Vulkan support

README.md

index ecb9d00db7957c0be0e56d40494f2719efaffb7e..8c065aace09be5e4e06a5778356327b3987e54eb 100644 (file)
--- 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: