Skip to content

Commit

Permalink
doc : server tests require llama to be built with curl enabled (#6788)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaetemi authored Apr 20, 2024
1 parent aed82f6 commit b8109bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To mitigate it, you can increase values in `n_predict`, `kv_size`.
cd ../../..
mkdir build
cd build
cmake ../
cmake -DLLAMA_CURL=ON ../
cmake --build . --target server
```

Expand Down

0 comments on commit b8109bc

Please sign in to comment.