8000 readme : update with CMake and windows example (#748) · l29ah/llama.cpp@594cc95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 594cc95

Browse files
authored
readme : update with CMake and windows example (ggml-org#748)
* README: Update with CMake and windows example * README: update with code-review for cmake build
1 parent 88ed576 commit 594cc95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ git clone https://github.com/ggerganov/llama.cpp
145145
cd llama.cpp
146146
make
147147

148+
#For Windows and CMake, use the following command instead:
149+
cd <path_to_llama_folder>
150+
mkdir build
151+
cd build
152+
cmake ..
153+
cmake --build . --config Release
154+
148155
# obtain the original LLaMA model weights and place them in ./models
149156
ls ./models
150157
65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model

0 commit comments

Comments
 (0)
0