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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -549,7 +549,7 @@ Building the program with BLAS support may lead to some performance improvements
549
549
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
550
551
551
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.
552
+
- For Ubuntu, Debian, and Fedora the packages `opencl-headers`, `ocl-icd` may be needed.
553
553
554
554
- For Windows, a pre-built SDK is available on the [OpenCL Releases](https://github.com/KhronosGroup/OpenCL-SDK/releases) page.
0 commit comments