diff --git a/docs/llama.cpp-models.md b/docs/llama.cpp-models.md index ae6b1b9e..0319a7c2 100644 --- a/docs/llama.cpp-models.md +++ b/docs/llama.cpp-models.md @@ -10,7 +10,7 @@ Place the model in the `models` folder, making sure that its name contains `ggml Follow the instructions in the llama.cpp README to generate the `ggml-model.bin` file: https://github.com/ggerganov/llama.cpp#usage -## GPU offloading +## GPU acceleration Enabled with the `--n-gpu-layers` parameter.