Skip to content

Commit f3040be

Browse files
authoredOct 12, 2023
typo : it is --n-gpu-layers not --gpu-layers (#3592)
fixed a typo in the MacOS Metal run doco
1 parent 1a8c879 commit f3040be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ In order to build llama.cpp you have three different options.
279279
On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU.
280280
To disable the Metal build at compile time use the `LLAMA_NO_METAL=1` flag or the `LLAMA_METAL=OFF` cmake option.
281281

282-
When built with Metal support, you can explicitly disable GPU inference with the `--gpu-layers|-ngl 0` command-line
282+
When built with Metal support, you can explicitly disable GPU inference with the `--n-gpu-layers|-ngl 0` command-line
283283
argument.
284284

285285
### MPI Build

0 commit comments

Comments
 (0)