Explorar el Código

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

Jan Boon hace 1 año
padre
commit
b8109bc013
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/server/tests/README.md

+ 1 - 1
examples/server/tests/README.md

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