From 5f1e91677c12d7fd1887f95b3ca4b902583361ca Mon Sep 17 00:00:00 2001 From: Adithya Balaji Date: Tue, 4 Apr 2023 10:32:22 +0200 Subject: [PATCH] README: update with code-review for cmake build --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac987cfac..5183812e1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,11 @@ cd llama.cpp make #For Windows and CMake, use the following command instead: -cmake -S . -B build/ -G "MinGW Makefiles" +cd +mkdir build +cd build +cmake .. +cmake --build . --config Release # obtain the original LLaMA model weights and place them in ./models ls ./models