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
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.bin
|
||||
.DS_Store
|
||||
.build/
|
||||
.cache/
|
||||
|
@ -39,6 +40,7 @@ models-mnt
|
|||
/perplexity
|
||||
/embedding
|
||||
/train-text-from-scratch
|
||||
/convert-llama2c-to-ggml
|
||||
/simple
|
||||
/benchmark-matmult
|
||||
/vdot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue