Merge branch 'master' into gguf

This commit is contained in:
Georgi Gerganov 2023-08-14 10:14:05 +03:00
commit 56a1f32072
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
25 changed files with 2465 additions and 556 deletions

3
.gitignore vendored
View file

@ -2,6 +2,7 @@
*.a
*.so
*.gguf
*.bin
.DS_Store
.build/
.cache/
@ -40,6 +41,7 @@ models-mnt
/perplexity
/embedding
/train-text-from-scratch
/convert-llama2c-to-ggml
/simple
/benchmark-matmult
/vdot
@ -71,6 +73,7 @@ poetry.lock
poetry.toml
# Test binaries
tests/test-grammar-parser
tests/test-double-float
tests/test-grad0
tests/test-opt