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
@@ -577,7 +577,9 @@ Building the program with BLAS support may lead to some performance improvements
577
577
vulkaninfo
578
578
```
579
579
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.
581
583
582
584
Then, build llama.cpp using the cmake command below:
0 commit comments