]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
labeler.yml: add embedding label detector [no ci] (#7482)
authorBrian <redacted>
Thu, 23 May 2024 07:40:43 +0000 (17:40 +1000)
committerGitHub <redacted>
Thu, 23 May 2024 07:40:43 +0000 (17:40 +1000)
.github/labeler.yml

index fca60594f148fc742809dd562e2702da6a16b78d..a67f78044c46a4d20709f26171a1c2770b4c45be 100644 (file)
@@ -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/