From ae171cc1afebe441f0fb0b6fb78a8e631cb863fd Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Sat, 20 Apr 2024 16:37:21 +0330 Subject: [PATCH] added fedora to list of distros that may need the package (the packages have the same name on Fedora) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 086618315..2e7aa5969 100644 --- a/README.md +++ b/README.md @@ -549,7 +549,7 @@ Building the program with BLAS support may lead to some performance improvements 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. You will need the [OpenCL SDK](https://github.com/KhronosGroup/OpenCL-SDK). - - For Ubuntu or Debian, the packages `opencl-headers`, `ocl-icd` may be needed. + - For Ubuntu, Debian, and Fedora the packages `opencl-headers`, `ocl-icd` may be needed. - For Windows, a pre-built SDK is available on the [OpenCL Releases](https://github.com/KhronosGroup/OpenCL-SDK/releases) page.