README: update with code-review for cmake build
This commit is contained in:
parent
8c2ffe8559
commit
5f1e91677c
1 changed files with 5 additions and 1 deletions
|
@ -146,7 +146,11 @@ cd llama.cpp
|
||||||
make
|
make
|
||||||
|
|
||||||
#For Windows and CMake, use the following command instead:
|
#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
|
# obtain the original LLaMA model weights and place them in ./models
|
||||||
ls ./models
|
ls ./models
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue