From 7accbe11d3e87673358e38685b1b9e4b1960998f Mon Sep 17 00:00:00 2001 From: Howard Su Date: Tue, 20 Jun 2023 10:03:02 +0800 Subject: [PATCH] Update README.md Note on cmake version when building with CUDA. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d05de333..ccb560941 100644 --- a/README.md +++ b/README.md @@ -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