From: Brian Date: Thu, 23 May 2024 07:40:43 +0000 (+1000) Subject: labeler.yml: add embedding label detector [no ci] (#7482) X-Git-Tag: upstream/0.0.4488~1510 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=152da28ae54139e3754189b9e6e1c28e11277502;p=pkg%2Fggml%2Fsources%2Fllama.cpp labeler.yml: add embedding label detector [no ci] (#7482) --- 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/