summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-06-04 21:23:05 +0300
committerGitHub <noreply@github.com>2024-06-04 21:23:05 +0300
commit0cd6bd3483fa66124b76a8a8ac794d9ee18c70c1 (patch)
tree063feb702c456075281e875d835f96bf98087279 /examples/CMakeLists.txt
parent5ca0944a153b65724d51b2f484139aa25ccb7a8b (diff)
llama : remove beam search (#7736)
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index b40ee4cc..53002f8e 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -15,7 +15,6 @@ else()
add_subdirectory(baby-llama)
add_subdirectory(batched)
add_subdirectory(batched-bench)
- add_subdirectory(beam-search)
add_subdirectory(benchmark)
add_subdirectory(convert-llama2c-to-ggml)
add_subdirectory(embedding)