build: fix typo
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
This commit is contained in:
parent
d39085440d
commit
3e8869697c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue