aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1c75d38d11d1a8d5cf2d7ae33d80a1daa6ef00b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
*.o
*.a
.cache/
.vs/
.vscode/
.DS_Store

.build/
build/
build-em/
build-debug/
build-release/
build-static/
build-no-accel/
build-sanitize-addr/
build-sanitize-thread/

models/*

/main
/quantize
/result
/perplexity
/embedding
/Pipfile

arm_neon.h
compile_commands.json

.envrc
.direnv/

.venv
__pycache__
.swiftpm