Skip to content

Commit b8109bc

Browse files
authored
doc : server tests require llama to be built with curl enabled (#6788)
1 parent aed82f6 commit b8109bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To mitigate it, you can increase values in `n_predict`, `kv_size`.
2929
cd ../../..
3030
mkdir build
3131
cd build
32-
cmake ../
32+
cmake -DLLAMA_CURL=ON ../
3333
cmake --build . --target server
3434
```
3535

0 commit comments

Comments
 (0)