mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-13 14:29:52 +00:00
gitignore : fix for windows (#2729)
This commit is contained in:
parent
7c2227a197
commit
cc34dbda96
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,6 +3,8 @@
|
|||||||
*.so
|
*.so
|
||||||
*.gguf
|
*.gguf
|
||||||
*.bin
|
*.bin
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.build/
|
.build/
|
||||||
.cache/
|
.cache/
|
||||||
@ -81,4 +83,3 @@ tests/test-quantize-fns
|
|||||||
tests/test-quantize-perf
|
tests/test-quantize-perf
|
||||||
tests/test-sampling
|
tests/test-sampling
|
||||||
tests/test-tokenizer-0
|
tests/test-tokenizer-0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user