Adding support for llama2.c models (#2559)
This commit is contained in:
parent
53dc399472
commit
b19edd54d5
6 changed files with 864 additions and 2 deletions
|
@ -42,6 +42,7 @@ else()
|
|||
add_subdirectory(benchmark)
|
||||
add_subdirectory(baby-llama)
|
||||
add_subdirectory(train-text-from-scratch)
|
||||
add_subdirectory(convert-llama2c-to-ggml)
|
||||
add_subdirectory(simple)
|
||||
add_subdirectory(embd-input)
|
||||
if (LLAMA_METAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue