| 1234567891011121314151617181920 |
- *.o
- *.a
- .cache/
- # Do not ignore .git directory, otherwise the reported build number will always be 0
- .github/
- .gitignore
- .vs/
- .vscode/
- .DS_Store
- build*/
- models/*
- /llama-cli
- /llama-quantize
- arm_neon.h
- compile_commands.json
- Dockerfile
|