diff options
author | Brian <mofosyne@gmail.com> | 2024-05-23 17:40:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 17:40:43 +1000 |
commit | 152da28ae54139e3754189b9e6e1c28e11277502 (patch) | |
tree | f2bbef159eeefc9fb5b06c8923db622203b6cefc | |
parent | d48c88cbd563b6cf0ce972e2f56796896e240736 (diff) |
labeler.yml: add embedding label detector [no ci] (#7482)
-rw-r--r-- | .github/labeler.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index fca60594..a67f7804 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -62,6 +62,8 @@ server: ggml: - changed-files: - any-glob-to-any-file: + - ggml.c + - ggml.h - ggml-*.c - ggml-*.h - ggml-cuda/** @@ -71,3 +73,6 @@ nix: - "**/*.nix" - .github/workflows/nix-*.yml - .devops/nix/nixpkgs-instances.nix +embedding: + - changed-files: + - any-glob-to-any-file: examples/embedding/ |