Skip to content

Commit 9dda13e

Browse files
authored
readme : server compile flag (#1874)
Explicitly include the server make instructions for C++ noobsl like me ;)
1 parent 37e257c commit 9dda13e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/server/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This example allow you to have a llama.cpp http server to interact from a web pa
1616
To get started right away, run the following command, making sure to use the correct path for the model you have:
1717

1818
#### Unix-based systems (Linux, macOS, etc.):
19+
Make sure to build with the server option on
20+
```bash
21+
LLAMA_BUILD_SERVER=1 make
22+
```
1923

2024
```bash
2125
./server -m models/7B/ggml-model.bin --ctx_size 2048

0 commit comments

Comments
 (0)