.dockerignore 237 Bytes
Newer Older
xuxzh1's avatar
init  
xuxzh1 committed
1
2
3
*.o
*.a
.cache/
xuxzh1's avatar
update  
xuxzh1 committed
4
# Do not ignore .git directory, otherwise the reported build number will always be 0
xuxzh1's avatar
init  
xuxzh1 committed
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.github/
.gitignore
.vs/
.vscode/
.DS_Store

build*/

models/*

/llama-cli
/llama-quantize

arm_neon.h
compile_commands.json
Dockerfile