-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (94 loc) · 1.38 KB
/
.gitignore
File metadata and controls
94 lines (94 loc) · 1.38 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
*.data
*.pyc
*.pyd
*.dylib
*.so
*.whl
*.xlsx
*.onnx
*.onnx.data
*.png
*.csv
*.pte
*.ep
*.ep.txt
*.ep.graph
*.weight
*.nsys-rep
*.pkl
*.pt
*.pt2
*.xlsx
*.sarif
*.sqlitest
*.svg
*.onnx.stats
*.stats
*.zip
CodeLlama*
_tools/benchenv**
_tools/repos**
_tools/mamba**
_tools/results**
_tools/bin**
nohup.out
coverage.html/*
temp*.txt*
dump*.txt*
dump*.onnx*
temp_dump/*
temp_data/*
debug_data/*
dump_models/*
dump_bash_bench/*
dump_llama/*
dump_test*
dump_validate*
dump_sdpa_*
temp_dump_models/*
dump_dort_bench/*
test_zoo_*/
temp_llama_model_*/*
test_example_transform_method_*.py
test_*.txt
_cache/*
.coverage
_scripts/run.sh
_scripts/dump_models/*
dist/*
build/*
_sbs_*
.eggs/*
.olive-cache/*
.hypothesis/*
*egg-info/*
onnxruntime_profile*
prof
plot_*.txt
_doc/auto_examples/*
_doc/auto_final/*
_doc/auto_recipes/*
_doc/auto_technical/*
_doc/sg_execution_times.rst
_doc/examples/_cache/*
_doc/examples/dump_models/*
_doc/examples/onnxruntime_profile*
_doc/examples/plot_*.png
_doc/examples/plot_*.xlsx
_doc/examples/data/*.optimized.onnx
_doc/examples/*.html
_doc/final/_cache/*
_doc/final/dump_models/*
_doc/final/onnxruntime_profile*
_doc/final/plot_*.png
_doc/final/plot_*.xlsx
_doc/final/data/*.optimized.onnx
_doc/final/*.html
_doc/_static/require.js
_doc/_static/viz.js
_doc/LICENSE.txt
_doc/CHANGELOGS.rst
_unittests/ut__main/*.png
_unittests/ut__main/_cache/*
_unittests/ut__main/*.html
_unittests/.hypothesis/*