-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean_repo.sh
More file actions
71 lines (67 loc) · 1.39 KB
/
clean_repo.sh
File metadata and controls
71 lines (67 loc) · 1.39 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
rm *.onnx
rm *.json
rm *.png
rm *.csv
rm *.nsys-rep
rm *.sqlite
rm *.pte
rm *.ep
rm *.ep.txt
rm *.pkl
rm tt_*
rm plot*
rm test* -rf
rm temp* -rf
rm dump* -rf
rm *.onnx.data
rm .olive-cache -rf
rm onnx_export*.md
rm *.xlsx
rm *.sarif
rm *.svg
rm .pymon
rm nohup.out
rm output_data_bash*
rm dump_models -rf
rm dump_test_models -rf
rm neural_coder_workspace -rf
rm output_data*
rm _plot_torch_sklearn_201_knnpy.py
rm _doc/sg_execution_times.rst
rm _doc/examples/plot*.onnx
rm _doc/examples/plot*.txt
rm _doc/examples/ort*.onnx
rm _doc/examples/*.sarif
rm _doc/examples/*.json
rm _doc/examples/*.png
rm _doc/examples/*.csv
rm _doc/examples/*.pte
rm _doc/examples/*.xlsx
rm _doc/examples/dummy*.onnx
rm _doc/examples/*.opt.onnx
rm _doc/examples/*.dynamo.onnx
rm _doc/examples/*.script.onnx
rm _doc/examples/dump_models -rf
rm _doc/examples/dump_onx_*
rm _doc/recipes/plot*.onnx
rm _doc/recipes/plot*.onnx.weight
rm _doc/recipes/plot*.onnx.data
rm _doc/recipes/plot*.txt
rm _doc/recipes/ort*.onnx
rm _doc/recipes/*.sarif
rm _doc/recipes/*.json
rm _doc/recipes/*.png
rm _doc/recipes/*.csv
rm _doc/recipes/*.pte
rm _doc/recipes/*.xlsx
rm _doc/recipes/dummy*.onnx
rm _doc/recipes/evaluation*-script.onnx
rm _doc/recipes/*.opt.onnx
rm _doc/recipes/*.dynamo.onnx
rm _doc/recipes/*.script.onnx
rm _doc/recipes/dump_models -rf
rm _doc/recipes/dump_onx_*
rm _tools/bin -rf
rm _tools/mambaroot -rf
rm _tools/repos -rf
rm _tools/results -rf