From a9e6b46fb08bb942b4327e5fd1f14e20d275510e Mon Sep 17 00:00:00 2001 From: Aayush Shah <83115948+AayushSameerShah@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:19:43 +0530 Subject: [PATCH] Fixed Typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61924298f..354d90b36 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ In order to build llama.cpp you have **three different options**. CLBLAST support for use OpenCL GPU acceleration in FreeBSD. Please read the instructions for use and activate this options in this document below. -### Metal Build *(for MacOs)* +### Metal Build *(for MacOS)* On MacOS, Metal is enabled by default. Using Metal makes the computation run on the GPU. To disable the Metal build at compile time use the `LLAMA_NO_METAL=1` flag or the `LLAMA_METAL=OFF` cmake option.