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
No known key found for this signature in database
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.