diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-08-30 12:52:46 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-08-30 12:53:24 +0300 |
commit | c90d135eb433cf0d40fb95e46a48d1391d2352b5 (patch) | |
tree | 7e2d34aa1b9ad0df134c26f71cdd65b6df979e10 /examples/CMakeLists.txt | |
parent | 0d1c706181cd31e7f368dd14eeb16c1a2569e4df (diff) |
examples : fix underscore in beam-search + .gitignore (close #2900)
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 94b78522..6e65eb08 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -25,7 +25,7 @@ else() add_subdirectory(simple) add_subdirectory(embd-input) add_subdirectory(llama-bench) - add_subdirectory(beam_search) + add_subdirectory(beam-search) if (LLAMA_METAL) add_subdirectory(metal) endif() |