README: update with code-review for cmake build

This commit is contained in:
Adithya Balaji 2023-04-04 10:32:22 +02:00 committed by GitHub
parent 8c2ffe8559
commit 5f1e91677c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <path_to_llama_folder>
mkdir build
cd build
cmake ..
cmake --build . --config Release
# obtain the original LLaMA model weights and place them in ./models
ls ./models