Files
llama.cpp/.dockerignore
T

21 lines
237 B
Plaintext
Raw Normal View History

2023-03-17 10:47:06 +01:00
*.o
*.a
.cache/
# Do not ignore .git directory, otherwise the reported build number will always be 0
2023-10-02 04:53:53 -04:00
.github/
.gitignore
2023-03-17 10:47:06 +01:00
.vs/
.vscode/
.DS_Store
2023-08-25 12:09:42 +03:00
build*/
2023-03-17 10:47:06 +01:00
models/*
/llama-cli
/llama-quantize
2023-03-17 10:47:06 +01:00
arm_neon.h
compile_commands.json
Dockerfile