doc : server tests require llama to be built with curl enabled (#6788)
This commit is contained in:
parent
aed82f6837
commit
b8109bc013
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue