Browse Source

codeowners : add @danbev to model-conversion example [no ci] (#16190)

This commit adds examples/model-conversion/ to the CODEOWNERS file and
assigns myself (@danbev) as the code owner for this directory.
Daniel Bevenius 3 months ago
parent
commit
0bc7cc7154
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CODEOWNERS

+ 1 - 0
CODEOWNERS

@@ -34,6 +34,7 @@
 /examples/llama.vim                     @ggerganov
 /examples/lookahead/                    @ggerganov
 /examples/lookup/                       @JohannesGaessler
+/examples/model-conversion/             @danbev
 /examples/parallel/                     @ggerganov
 /examples/passkey/                      @ggerganov
 /examples/retrieval/                    @ggerganov