Skip to content

Commit

Permalink
labeler.yml: add embedding label detector [no ci] (ggerganov#7482)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne authored May 23, 2024
1 parent d48c88c commit 152da28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ server:
ggml:
- changed-files:
- any-glob-to-any-file:
- ggml.c
- ggml.h
- ggml-*.c
- ggml-*.h
- ggml-cuda/**
Expand All @@ -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/

0 comments on commit 152da28

Please sign in to comment.