Skip to content

Commit 7f3c223

Browse files
bandotiggerganov
andauthored
Update examples/simple-cmake-pkg/README.md
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 835e04f commit 7f3c223

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/simple-cmake-pkg/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ When hardware acceleration libraries are used (e.g. CUDA, Metal, Vulkan, etc.),
1515
```sh
1616
git clone https://github.com/ggerganov/llama.cpp
1717
cd llama.cpp
18-
mkdir build
19-
mkdir inst
2018
cmake -S . -B build
2119
cmake --build build
2220
cmake --install build --prefix inst
23-
```
2421

2522
### Build simple-cmake-pkg
2623

0 commit comments

Comments
 (0)