diff --git a/README.md b/README.md index 77890842d..00571d8e1 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Building the program with BLAS support may lead to some performance improvements Installing CLBlast: it may be found in your operating system's packages. - + -
If not, then installing from source: @@ -364,9 +364,9 @@ Building the program with BLAS support may lead to some performance improvements cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path cmake --build . --config Release ``` - + Running: - + The CLBlast build supports `--gpu-layers|-ngl` like the CUDA version does. To select the correct platform (driver) and device (GPU), you can use the environment variables `GGML_OPENCL_PLATFORM` and `GGML_OPENCL_DEVICE`. @@ -383,7 +383,7 @@ Building the program with BLAS support may lead to some performance improvements Using the variables it is possible to select a CPU-based driver as well, if so desired. You can get a list of platforms and devices from the `clinfo -l` command, etc. - + ### Prepare Data & Run ```bash