Skip to content

Commit ad571bb

Browse files
committed
Fix a typo and add Fedora 40 pacakge to install for Vulkan
* fix "appropiate" to "appropriate" * add Fedora 40 packages to install to compile with Vulkan support
1 parent f5d7b26 commit ad571bb

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
@@ -577,7 +577,9 @@ Building the program with BLAS support may lead to some performance improvements
577577
vulkaninfo
578578
```
579579

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

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

0 commit comments

Comments
 (0)