Update llama.cpp-models.md

This commit is contained in:
oobabooga 2023-06-01 12:04:31 -03:00 committed by GitHub
parent 3347395944
commit 756e3afbcc
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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