From 20dd97c9a92c6984ddce5a0a30a583db9da0c971 Mon Sep 17 00:00:00 2001 From: Henri Vasserman Date: Sat, 27 May 2023 00:37:31 +0300 Subject: [PATCH] fix trailing ws --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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