Update examples/simple-cmake-pkg/README.md

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
bandoti 2025-01-26 09:09:35 -04:00 committed by GitHub
parent 835e04f590
commit 7f3c223988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,12 +15,9 @@ When hardware acceleration libraries are used (e.g. CUDA, Metal, Vulkan, etc.),
```sh ```sh
git clone https://github.com/ggerganov/llama.cpp git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp cd llama.cpp
mkdir build
mkdir inst
cmake -S . -B build cmake -S . -B build
cmake --build build cmake --build build
cmake --install build --prefix inst cmake --install build --prefix inst
```
### Build simple-cmake-pkg ### Build simple-cmake-pkg