Update README.md

Note on cmake version when building with CUDA.
This commit is contained in:
Howard Su 2023-06-20 10:03:02 +08:00 committed by GitHub
parent aacdbd4056
commit 7accbe11d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -328,7 +328,7 @@ Building the program with BLAS support may lead to some performance improvements
```bash
make LLAMA_CUBLAS=1
```
- Using `CMake`:
- Using `CMake`: (Make sure cmake version is 3.24 or higher. Check via `cmake --version`.)
```bash
mkdir build