Skip to content

Commit f2b5764

Browse files
authored
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
1 parent 73bac2b commit f2b5764

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,9 @@ Building the program with BLAS support may lead to some performance improvements
576576
vulkaninfo
577577
```
578578

579-
Alternatively your package manager might be able to provide the appropiate libraries. For example for Ubuntu 22.04 you can install `libvulkan-dev` instead.
579+
Alternatively your package manager might be able to provide the appropriate libraries.
580+
For example for Ubuntu 22.04 you can install `libvulkan-dev` instead.
581+
For Fedora 40, you can install `vulkan-devel`, `glslc` and `glslang` packages.
580582

581583
Then, build llama.cpp using the cmake command below:
582584

0 commit comments

Comments
 (0)