Skip to content

Commit

Permalink
Fix a typo and add Fedora 40 pacakge to install for Vulkan (#7794) [n…
Browse files Browse the repository at this point in the history
…o ci]

Fix "appropiate" to "appropriate" and add Fedora 40 packages to install to compile with Vulkan support
  • Loading branch information
metal3d authored Jun 12, 2024
1 parent 73bac2b commit f2b5764
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2b5764

Please sign in to comment.