From 756e3afbccaef705400fc80b9780c695bfecd9c4 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:04:31 -0300 Subject: [PATCH] Update llama.cpp-models.md --- docs/llama.cpp-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.