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
@@ -549,7 +550,7 @@ Building the program with BLAS support may lead to some performance improvements
549
550
OpenCL acceleration is provided by the matrix multiplication kernels from the [CLBlast](https://github.com/CNugteren/CLBlast) project and custom kernels for ggml that can generate tokens on the GPU.
550
551
551
552
You will need the [OpenCL SDK](https://github.com/KhronosGroup/OpenCL-SDK).
552
-
- For Ubuntu or Debian, the packages `opencl-headers`, `ocl-icd` may be needed.
553
+
- For Ubuntu, Debian, and Fedora the packages `opencl-headers`, `ocl-icd` may be needed.
553
554
554
555
- For Windows, a pre-built SDK is available on the [OpenCL Releases](https://github.com/KhronosGroup/OpenCL-SDK/releases) page.
555
556
@@ -574,6 +575,12 @@ Building the program with BLAS support may lead to some performance improvements
574
575
575
576
Pre-built CLBlast binaries may be found on the [CLBlast Releases](https://github.com/CNugteren/CLBlast/releases) page. For Unix variants, it may also be found in your operating system's packages.
0 commit comments