From 7ec6158eec46cdc95fcecd6bee51311ae93dcdbf Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 15 Aug 2023 22:50:38 +0200 Subject: [PATCH] add to examples CMakeLists.txt --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index b5d9bb29e..d53652815 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -45,6 +45,7 @@ else() add_subdirectory(convert-llama2c-to-ggml) add_subdirectory(simple) add_subdirectory(embd-input) + add_subdirectory(llama-bench) if (LLAMA_METAL) add_subdirectory(metal) endif()