Skip to content

Commit

Permalink
readme : server compile flag (ggerganov#1874)
Browse files Browse the repository at this point in the history
Explicitly include the server make instructions for C++ noobsl like me ;)
  • Loading branch information
nivibilla authored Jun 15, 2023
1 parent 37e257c commit 9dda13e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This example allow you to have a llama.cpp http server to interact from a web pa
To get started right away, run the following command, making sure to use the correct path for the model you have:

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

```bash
./server -m models/7B/ggml-model.bin --ctx_size 2048
Expand Down

0 comments on commit 9dda13e

Please sign in to comment.