README: Update with CMake and windows example
This commit is contained in:
parent
53dbba7695
commit
8c2ffe8559
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue