-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Expand file tree
/
Copy path.gitignore
More file actions
148 lines (139 loc) Β· 3.28 KB
/
Copy path.gitignore
File metadata and controls
148 lines (139 loc) Β· 3.28 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# ambienti python / cache
c/mio_env/
__pycache__/
**/__pycache__/
*.pyc
web/node_modules/
web/dist/
web/*.tsbuildinfo
desktop/src-tauri/target/
desktop/src-tauri/gen/
# binari compilati (si rigenerano con make / coli build)
c/colibri
c/colibri.exe
c/glm
c/glm.exe
c/olmoe
c/inkling
c/kimi_k3
c/kimi_k3.exe
c/olmoe.exe
c/qwen38
c/qwen38.exe
# deepseek_v4 and the per-unit objects its amalgamated Makefile leaves behind.
# The same omission as #858, one file over: every engine is listed here except
# the one added last, so `make deepseek-v4` left 26 untracked .o files in
# `git status`.
c/deepseek_v4
c/deepseek_v4.exe
c/COLI_V4_UNIT_*.o
# ...and the ownership-test objects, which the same Makefile puts in a build/
# subdirectory (V4_OWN_DIR) rather than next to the sources. #868 caught the
# twelve in c/, not the four in here, so `make check` still left `?? c/build/`.
c/build/
c/iobench
c/iobench.exe
c/tok_test
c/backend_cuda.o
c/backend_cuda_test
c/backend_loader.o
c/coli_cuda.dll
c/coli_cuda.lib
c/coli_cuda.exp
c/coli_hip.dll
c/coli_hip.lib
c/coli_hip.exp
c/coli_hip.pdb
# DeepSeek V4 CUDA tier build artifacts (coli_cuda_dsv4.dll is the MSVC/nvcc
# backend loaded at runtime by the MinGW-built deepseek-v4.exe)
c/coli_cuda_dsv4.dll
c/coli_cuda_dsv4.lib
c/coli_cuda_dsv4.exp
c/backend_cuda_dsv4*.o
c/COLI_V4_UNIT_*.o
c/dsv4_*_test*
c/dsv4_loader_test*
c/dsv4_decode_loader_test*
c/t.o
c/t.c
c/compile_err.txt
c/tests/test_*
!c/tests/test_*.c
!c/tests/test_*.cu
!c/tests/test_*.mm
!c/tests/test_*.py
# bench_* and fuzz_* build to extensionless binaries in the same directory and
# were not covered here, which is how c/tests/bench_omp_grain reached the tree.
c/tests/bench_*
!c/tests/bench_*.c
!c/tests/bench_*.cu
!c/tests/bench_*.mm
!c/tests/bench_*.py
c/tests/fuzz_*
!c/tests/fuzz_*.c
!c/tests/fuzz_*.cu
!c/tests/fuzz_*.mm
!c/tests/fuzz_*.py
result
c/tests/test_cap_precedence
c/tests/test_cap_precedence.exe
# oracoli tiny generati (make_glm_oracle.py) e dati benchmark scaricati
c/glm_tiny/
c/glm_tiny_i2/
c/glm_tiny_i4/
c/glm_tiny_mix/
c/glm_tiny_fmt6/
c/glm_tiny_fmt4/
c/glm_bench_medium/
c/bench/
# pesi modello / artefatti di run
*.safetensors
stats*.txt
*.log
# script di ricerca stadio-0 (esperimenti locali, non parte del motore)
/engine.py
/run.py
/validate_ref.py
/s0_costmodel.py
/s1_trace_hitrate.py
/s2_research.py
/quant_test.py
/profile_run.py
/sweep.py
c/backend_metal.o
c/backend_metal_test
c/tests/test_tier
c/mio_env/
c/bench/
c/tests/test_decode_batch
c/tests/test_i4_acc512
c/tests/test_idot
c/tests/test_uring
olmoe_merged/
olmoe_i4/
c/olmoe_merged/
c/olmoe_i4/
.idea
c/tiny_inkling/
c/qwen38_tiny/
# Claude Code working directory (agent worktrees, session scratch) β never a repo artifact
.claude/
# DeepGEMM sm120 checkout made by c/tools/fetch_deepgemm.sh (pinned commit,
# not vendored): the DeepSeek V4 DeepGEMM flavour's headers.
c/third_party/deepgemm/
# DLL flavours + MSVC import/export artifacts of the V4 CUDA tier (regenerated
# by cuda-dsv4-dll / cuda-dsv4-dg-dll); the loader picks the DLL at runtime.
c/coli_cuda_dsv4*.dll
c/coli_cuda_dsv4*.lib
c/coli_cuda_dsv4*.exp
c/*.obj
# macOS
.DS_Store
**/.DS_Store
# compiled objects
*.o
# vendor modeling cache for the tiny K3 oracle (maintainer tool)
c/kimi_k3_tiny/.vendor_kimi_k3/
c/kimi_k3_tiny/.coli_usage
c/qwen38_vision_tiny/
c/qwen38_mm_tiny/