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
This commit is contained in:
parent
f5d7b268ec
commit
ad571bbeed
1 changed files with 3 additions and 1 deletions
|
@ -577,7 +577,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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue