From 7cea31c568d88acda578c88f8ecaa9088cc45df8 Mon Sep 17 00:00:00 2001 From: Carsten Seeger Date: Tue, 9 May 2023 11:58:00 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb71c901..e398291e7 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ Building the program with BLAS support may lead to some performance improvements - clBLAS - This provides BLAS acceleration using the CUDA cores of your GPU. Make sure to have the cblas installed. + This provides BLAS acceleration using the CUDA cores of your GPU. Make sure to have the clblast installed. - Using `make`: ```bash make LLAMA_CLBLAS=1