From c0b25c6d05ed183bd4a46fd0421644497493fbe0 Mon Sep 17 00:00:00 2001 From: Mason M Date: Fri, 1 Sep 2023 13:09:40 -0300 Subject: [PATCH] Update README --- examples/main-cmake-pkg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main-cmake-pkg/README.md b/examples/main-cmake-pkg/README.md index d1f369c45..aa914448b 100644 --- a/examples/main-cmake-pkg/README.md +++ b/examples/main-cmake-pkg/README.md @@ -8,7 +8,7 @@ Because this example is "outside of the source tree", it is important to first b ### Considerations - - When hardware acceleration libraries are used (e.g. CUBlas, Metal, CLBlast, etc.), CMake must be able to locate the associated CMake package. In the example below, when building _main-cmake-pkg_ notice the `CMAKE_PREFIX_PATH` includes the Llama CMake package location _in addition to_ the CLBlast package—which was used when compiling _llama.cpp_. +When hardware acceleration libraries are used (e.g. CUBlas, Metal, CLBlast, etc.), CMake must be able to locate the associated CMake package. In the example below, when building _main-cmake-pkg_ notice the `CMAKE_PREFIX_PATH` includes the Llama CMake package location _in addition to_ the CLBlast package—which was used when compiling _llama.cpp_. ### Build llama.cpp and install to C:\LlamaCPP directory