From 3e8869697c3e6ff4c88c765e878e54ed21018d43 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Sun, 28 Apr 2024 17:57:35 +0100 Subject: [PATCH] build: fix typo Co-authored-by: Jared Van Bortel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcdb893f0..2203d3fbb 100644 --- a/README.md +++ b/README.md @@ -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: