1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-16 15:18:26 +01:00
llama.cpp/.dockerignore
Xuan Son Nguyen ea9c32be71
ci : fix docker build number and tag name ()
* ci : fix docker build number and tag name

* fine-grant permissions
2024-09-25 17:26:01 +02:00

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