You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -576,7 +576,9 @@ Building the program with BLAS support may lead to some performance improvements
576
576
vulkaninfo
577
577
```
578
578
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.
580
582
581
583
Then, build llama.cpp using the cmake command below:
0 commit comments