build: fix typo

Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
This commit is contained in:
Olivier Chafik 2024-04-28 17:57:35 +01:00 committed by GitHub
parent d39085440d
commit 3e8869697c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,7 +481,7 @@ Building the program with BLAS support may lead to some performance improvements
```bash
cmake . -B build -DLLAMA_CUDA=ON
cmake --build build .
cmake --build build
```
The environment variable [`CUDA_VISIBLE_DEVICES`](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#env-vars) can be used to specify which GPU(s) will be used. The following compilation options are also available to tweak performance: