2024-05-18 06:04:23 +00:00
|
|
|
# https://github.com/actions/labeler
|
2024-05-25 09:30:42 +00:00
|
|
|
Kompute:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-06-26 15:33:02 +00:00
|
|
|
- ggml/include/ggml-kompute.h
|
|
|
|
- ggml/src/ggml-kompute.cpp
|
2024-05-25 09:30:42 +00:00
|
|
|
- README-kompute.md
|
|
|
|
Apple Metal:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-06-26 15:33:02 +00:00
|
|
|
- ggml/include/ggml-metal.h
|
|
|
|
- ggml/src/ggml-metal.cpp
|
2024-05-25 09:30:42 +00:00
|
|
|
- README-metal.md
|
2024-05-18 06:04:23 +00:00
|
|
|
SYCL:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-06-26 15:33:02 +00:00
|
|
|
- ggml/include/ggml-sycl.h
|
|
|
|
- ggml/src/ggml-sycl.cpp
|
2024-07-08 20:35:17 +00:00
|
|
|
- ggml/src/ggml-sycl/**
|
|
|
|
- docs/backend/SYCL.md
|
|
|
|
- examples/sycl/**
|
2024-05-18 06:04:23 +00:00
|
|
|
Nvidia GPU:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-06-26 15:33:02 +00:00
|
|
|
- ggml/include/ggml-cuda.h
|
|
|
|
- ggml/src/ggml-cuda/**
|
2024-05-18 06:04:23 +00:00
|
|
|
Vulkan:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-06-26 15:33:02 +00:00
|
|
|
- ggml/ggml_vk_generate_shaders.py
|
|
|
|
- ggml/src/ggml-vulkan*
|
2024-05-18 06:04:23 +00:00
|
|
|
documentation:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- docs/**
|
|
|
|
- media/**
|
|
|
|
testing:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- tests/**
|
|
|
|
build:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- cmake/**
|
|
|
|
- CMakeLists.txt
|
|
|
|
- CMakePresets.json
|
|
|
|
examples:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: examples/**
|
|
|
|
devops:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- .devops/**
|
|
|
|
- .github/**
|
|
|
|
- ci/**
|
|
|
|
python:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- "**/*.py"
|
|
|
|
- requirements/**
|
|
|
|
- gguf-py/**
|
|
|
|
- .flake8
|
|
|
|
script:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- scripts/**
|
|
|
|
android:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- examples/llama.android/**
|
|
|
|
server:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- examples/server/**
|
|
|
|
ggml:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-06-26 15:33:02 +00:00
|
|
|
- ggml/include/ggml*.h
|
|
|
|
- ggml/src/ggml*.c
|
|
|
|
- ggml/src/ggml*.cpp
|
|
|
|
- ggml/src/ggml*.h
|
2024-05-18 06:04:23 +00:00
|
|
|
- ggml-cuda/**
|
|
|
|
nix:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- "**/*.nix"
|
|
|
|
- .github/workflows/nix-*.yml
|
|
|
|
- .devops/nix/nixpkgs-instances.nix
|
2024-05-23 07:40:43 +00:00
|
|
|
embedding:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: examples/embedding/
|