From 7f3c223988c8bb9156cac9d859ef922793801200 Mon Sep 17 00:00:00 2001 From: bandoti <141645996+bandoti@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:09:35 -0400 Subject: [PATCH] Update examples/simple-cmake-pkg/README.md Co-authored-by: Georgi Gerganov --- examples/simple-cmake-pkg/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/simple-cmake-pkg/README.md b/examples/simple-cmake-pkg/README.md index 6b0d2f9c7..2c5122a22 100644 --- a/examples/simple-cmake-pkg/README.md +++ b/examples/simple-cmake-pkg/README.md @@ -15,12 +15,9 @@ When hardware acceleration libraries are used (e.g. CUDA, Metal, Vulkan, etc.), ```sh git clone https://github.com/ggerganov/llama.cpp cd llama.cpp -mkdir build -mkdir inst cmake -S . -B build cmake --build build cmake --install build --prefix inst -``` ### Build simple-cmake-pkg