doc : server tests require llama to be built with curl enabled (#6788)

This commit is contained in:
Jan Boon 2024-04-21 00:29:50 +08:00 committed by GitHub
parent 2e13ed400f
commit c6756e52e3
1 changed files with 1 additions and 1 deletions

View File

@ -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
```