fix: typo

This commit is contained in:
Carsten Seeger 2023-05-09 11:58:00 +02:00
parent 28086b52de
commit 7cea31c568

View file

@ -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