update straggling refs

This commit is contained in:
ochafik 2024-06-07 09:42:21 +01:00
parent 99df4cc091
commit 7fbe6006c9
3 changed files with 4 additions and 6 deletions

View file

@ -27,10 +27,8 @@ To mitigate it, you can increase values in `n_predict`, `kv_size`.
```shell
cd ../../..
mkdir build
cd build
cmake -DLLAMA_CURL=ON ../
cmake --build . --target llama-server
cmake -B build -DLLAMA_CURL=ON
cmake --build build --target llama-server
```
2. Start the test: `./tests.sh`