summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorsaood06 <saood05@gmail.com>2025-02-23 00:16:27 -0600
committerGitHub <noreply@github.com>2025-02-23 00:16:27 -0600
commit46bf73a37f1aabe6f0b40365b0c7b2ba831905f5 (patch)
tree9b684d9fdc8fc42fa44da832d998091fa33b6444 /examples/CMakeLists.txt
parent71b7b510c2dc55ae70934d246cd4e6c3bdf4a95c (diff)
Add new sweep-bench benchmark (#225)
* examples : add new sweep-bench benchmark * Change documentation to reference ik_llama.cpp * Made it compile with ik_llama * Fix JSONL output --------- Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 67b3d277..3987fe13 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -51,5 +51,6 @@ else()
add_subdirectory(save-load-state)
add_subdirectory(simple)
add_subdirectory(speculative)
+ add_subdirectory(sweep-bench)
add_subdirectory(tokenize)
endif()