Adding support for llama2.c models (#2559)

This commit is contained in:
byte-6174
2023-08-11 19:17:25 -04:00
committed by GitHub
parent 53dc399472
commit b19edd54d5
6 changed files with 864 additions and 2 deletions

2
.gitignore vendored
View File

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