Update README.md
Note on cmake version when building with CUDA.
This commit is contained in:
parent
aacdbd4056
commit
7accbe11d3
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Building the program with BLAS support may lead to some performance improvements
|
||||||
```bash
|
```bash
|
||||||
make LLAMA_CUBLAS=1
|
make LLAMA_CUBLAS=1
|
||||||
```
|
```
|
||||||
- Using `CMake`:
|
- Using `CMake`: (Make sure cmake version is 3.24 or higher. Check via `cmake --version`.)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue