Skip to content

Commit 2cca09d

Browse files
authored
readme : add Fedora instructions (#6783)
* added fedora to list of distros that may need the package (the packages have the same name on Fedora) * how to add clblast that is avalible in the fedora repos
1 parent 89b0bf0 commit 2cca09d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Building the program with BLAS support may lead to some performance improvements
549549
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.
550550
551551
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.
553553
554554
- For Windows, a pre-built SDK is available on the [OpenCL Releases](https://github.com/KhronosGroup/OpenCL-SDK/releases) page.
555555
@@ -574,6 +574,12 @@ Building the program with BLAS support may lead to some performance improvements
574574
575575
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.
576576
577+
Linux packaging:
578+
Fedora Linux:
579+
```bash
580+
sudo dnf install clblast
581+
```
582+
577583
Alternatively, they may be built from source.
578584
579585
- <details>

0 commit comments

Comments
 (0)