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 aed82f6837
commit b8109bc013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ To mitigate it, you can increase values in `n_predict`, `kv_size`.
cd ../../.. cd ../../..
mkdir build mkdir build
cd build cd build
cmake ../ cmake -DLLAMA_CURL=ON ../
cmake --build . --target server cmake --build . --target server
``` ```