llama : fix kv_cache n init (close #1903)

This commit is contained in:
Georgi Gerganov 2023-06-17 19:30:22 +03:00
parent 86c7571864
commit 051e1b0e6a
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
3 changed files with 4 additions and 0 deletions

View file

@ -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()