File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,20 @@ AMD ZenDNN:
3535documentation :
3636 - changed-files :
3737 - any-glob-to-any-file :
38+ - **/*.md
3839 - docs/**
3940 - media/**
41+ examples :
42+ - all :
43+ - changed-files :
44+ - any-glob-to-any-file :
45+ - app/**
46+ - examples/**
47+ - tools/**
48+ - all-globs-to-all-files :
49+ - ' !tools/server/**'
50+ - ' !tools/mtmd/**'
51+ - ' !tools/ui/**'
4052testing :
4153 - changed-files :
4254 - any-glob-to-any-file :
@@ -47,28 +59,12 @@ build:
4759 - cmake/**
4860 - CMakeLists.txt
4961 - CMakePresets.json
50- examples :
51- - changed-files :
52- - any-glob-to-any-file :
53- - examples/**
54- - tools/**
5562devops :
5663 - changed-files :
5764 - any-glob-to-any-file :
5865 - .devops/**
5966 - .github/**
6067 - ci/**
61- python :
62- - changed-files :
63- - any-glob-to-any-file :
64- - " **/*.py"
65- - requirements/**
66- - gguf-py/**
67- - .flake8
68- script :
69- - changed-files :
70- - any-glob-to-any-file :
71- - scripts/**
7268android :
7369 - changed-files :
7470 - any-glob-to-any-file :
@@ -81,9 +77,20 @@ server:
8177 - changed-files :
8278 - any-glob-to-any-file :
8379 - tools/server/**
84-
85-
86-
80+ mtmd :
81+ - changed-files :
82+ - any-glob-to-any-file :
83+ - tools/mtmd/**
84+ conversion :
85+ - changed-files :
86+ - any-glob-to-any-file :
87+ - conversion/**
88+ - convert_*.py
89+ - gguf-py/**
90+ vendor :
91+ - changed-files :
92+ - any-glob-to-any-file :
93+ - vendor/**
8794ggml :
8895 - changed-files :
8996 - any-glob-to-any-file :
You can’t perform that action at this time.
0 commit comments