-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (65 loc) · 864 Bytes
/
.gitignore
File metadata and controls
70 lines (65 loc) · 864 Bytes
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
# Exclude checkpoint and model folders
checkpoint_sam/
sam-hq/
sam2/
segment-anything/
data/
hq_ckts/
ckts/
quarot/fast-hadamard-transform/
sam2_ckts/
demo/
GroundingDINO/
quant/load_coco_ptq4sam/
fast-hadamard-transform/
seginw_output/
PTQ4SAM/
Semantic-Segmentation-Anything/
decoder_quant_r/
sam-mmrotate/
quant/qgemm/third-party/
attention_utilsdebug.py
attention_utilsdebug.ipynb
decoder_quant.py
ckts.zip
result/
encoder_quant_1.py
quant_utils_1.py
benchmark_results/ade20k/
# Exclude Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
*.png
.Python
*.o
# Exclude common temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db
# Exclude IDE files
.vscode/
.idea/
*.swp
*.swo
# Exclude log files
*.log
*.pt
__pycache__/
hq_ckts/
ckts/
*.egg-info
*/sam-hq/
*.pth
work_dirs/
*.cmake
*/build
CMakeCache.txt
# CMakeLists.txt
Makefile
*.so
*/CmakeFiles
*.csv
wandb/*