|
@@ -62,6 +62,8 @@ server:
|
|
|
ggml:
|
|
ggml:
|
|
|
- changed-files:
|
|
- changed-files:
|
|
|
- any-glob-to-any-file:
|
|
- any-glob-to-any-file:
|
|
|
|
|
+ - ggml.c
|
|
|
|
|
+ - ggml.h
|
|
|
- ggml-*.c
|
|
- ggml-*.c
|
|
|
- ggml-*.h
|
|
- ggml-*.h
|
|
|
- ggml-cuda/**
|
|
- ggml-cuda/**
|
|
@@ -71,3 +73,6 @@ nix:
|
|
|
- "**/*.nix"
|
|
- "**/*.nix"
|
|
|
- .github/workflows/nix-*.yml
|
|
- .github/workflows/nix-*.yml
|
|
|
- .devops/nix/nixpkgs-instances.nix
|
|
- .devops/nix/nixpkgs-instances.nix
|
|
|
|
|
+embedding:
|
|
|
|
|
+ - changed-files:
|
|
|
|
|
+ - any-glob-to-any-file: examples/embedding/
|