From: Adithya Balaji Date: Wed, 5 Apr 2023 14:36:12 +0000 (+0200) Subject: readme : update with CMake and windows example (#748) X-Git-Tag: gguf-v0.4.0~1017 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=594cc95fabab0b662dabba3ea619ca5dca18bf6b;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : update with CMake and windows example (#748) * README: Update with CMake and windows example * README: update with code-review for cmake build --- diff --git a/README.md b/README.md index 508d315d..5183812e 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,13 @@ git clone https://github.com/ggerganov/llama.cpp cd llama.cpp make +#For Windows and CMake, use the following command instead: +cd +mkdir build +cd build +cmake .. +cmake --build . --config Release + # obtain the original LLaMA model weights and place them in ./models ls ./models 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model