remove all bin files without extension and replace with 2 lines
This commit is contained in:
parent
35092fb547
commit
c72a87d9b2
1 changed files with 3 additions and 32 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
|
*
|
||||||
|
!*.*
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
|
@ -5,7 +8,6 @@
|
||||||
*.bin
|
*.bin
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
*.log
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.build/
|
.build/
|
||||||
.cache/
|
.cache/
|
||||||
|
@ -23,25 +25,7 @@ tmp/
|
||||||
|
|
||||||
models/*
|
models/*
|
||||||
models-mnt
|
models-mnt
|
||||||
|
|
||||||
/main
|
|
||||||
/quantize
|
|
||||||
/quantize-stats
|
|
||||||
/result
|
|
||||||
/perplexity
|
|
||||||
/embedding
|
|
||||||
/train-text-from-scratch
|
|
||||||
/convert-llama2c-to-ggml
|
|
||||||
/simple
|
|
||||||
/benchmark-matmult
|
|
||||||
/vdot
|
|
||||||
/server
|
|
||||||
/Pipfile
|
|
||||||
/embd-input-test
|
|
||||||
/gguf
|
|
||||||
/gguf-llama-simple
|
|
||||||
/libllama.so
|
/libllama.so
|
||||||
/llama-bench
|
|
||||||
build-info.h
|
build-info.h
|
||||||
arm_neon.h
|
arm_neon.h
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
@ -61,16 +45,3 @@ examples/jeopardy/results.txt
|
||||||
|
|
||||||
poetry.lock
|
poetry.lock
|
||||||
poetry.toml
|
poetry.toml
|
||||||
|
|
||||||
# Test binaries
|
|
||||||
tests/test-grammar-parser
|
|
||||||
tests/test-llama-grammar
|
|
||||||
tests/test-double-float
|
|
||||||
tests/test-grad0
|
|
||||||
tests/test-opt
|
|
||||||
tests/test-quantize-fns
|
|
||||||
tests/test-quantize-perf
|
|
||||||
tests/test-sampling
|
|
||||||
tests/test-tokenizer-0-llama
|
|
||||||
tests/test-tokenizer-0-falcon
|
|
||||||
tests/test-tokenizer-1
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue