Fixed typo

This commit is contained in:
Donato Capitella
2025-08-10 20:59:14 +01:00
parent d09179fcab
commit 2d55e329dc
+1 -1
View File
@@ -130,7 +130,7 @@ Once inside, the following commands show how to run local LLMs:
* `llama-cli --list-devices`
*Lists available GPU devices for Llama.cpp.*
* `llama-cli --no-mmap --ngl 999 -fa -m <model>`
* `llama-cli --no-mmap -ngl 999 -fa -m <model>`
*Runs inference on the specified model, with all layers on GPU and flash attention enabled (replace \*\* with your model path).*
## 2.3 Downloading GGUF Models from HuggingFace