mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 22:08:46 +01:00
ea9c32be71
* ci : fix docker build number and tag name * fine-grant permissions
21 lines
237 B
Plaintext
21 lines
237 B
Plaintext
*.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
|