From 8c2ffe8559909128e9725a8d3f2217d250d8805a Mon Sep 17 00:00:00 2001 From: Adithya Balaji Date: Mon, 3 Apr 2023 22:06:55 +0200 Subject: [PATCH] README: Update with CMake and windows example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 508d315d5..ac987cfac 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,9 @@ git clone https://github.com/ggerganov/llama.cpp cd llama.cpp make +#For Windows and CMake, use the following command instead: +cmake -S . -B build/ -G "MinGW Makefiles" + # obtain the original LLaMA model weights and place them in ./models ls ./models 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model