diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-06-17 19:30:22 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-06-17 19:31:20 +0300 |
commit | 051e1b0e6a6e3aee7d989b47760980e6fda5861c (patch) | |
tree | b2b2cdb4d59003606c4dce3751273a3911d3b7e0 /examples | |
parent | 86c7571864ff331f8cdb9e092f3abeb123729a56 (diff) |
llama : fix kv_cache `n` init (close #1903)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index de005f3e..cf9c4a22 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -38,6 +38,7 @@ else() add_subdirectory(benchmark) add_subdirectory(baby-llama) add_subdirectory(train-text-from-scratch) + add_subdirectory(simple) if (LLAMA_METAL) add_subdirectory(metal) endif() |