2024-05-18 08:04:23 +02:00
|
|
|
# https://github.com/actions/labeler
|
2024-05-25 11:30:42 +02:00
|
|
|
Kompute:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- ggml-kompute.h
|
|
|
|
- ggml-kompute.cpp
|
|
|
|
- README-kompute.md
|
|
|
|
Apple Metal:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- ggml-metal.h
|
|
|
|
- ggml-metal.cpp
|
|
|
|
- README-metal.md
|
2024-05-18 08:04:23 +02:00
|
|
|
SYCL:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- ggml-sycl.h
|
|
|
|
- ggml-sycl.cpp
|
|
|
|
- README-sycl.md
|
|
|
|
Nvidia GPU:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-05-25 11:30:42 +02:00
|
|
|
- ggml-cuda.h
|
2024-05-18 08:04:23 +02:00
|
|
|
- ggml-cuda/**
|
|
|
|
Vulkan:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- ggml_vk_generate_shaders.py
|
|
|
|
- ggml-vulkan*
|
|
|
|
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
|
|
|
|
- codecov.yml
|
|
|
|
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-05-23 09:40:43 +02:00
|
|
|
- ggml.c
|
|
|
|
- ggml.h
|
2024-05-18 08:04:23 +02:00
|
|
|
- ggml-*.c
|
|
|
|
- ggml-*.h
|
|
|
|
- ggml-cuda/**
|
|
|
|
nix:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- "**/*.nix"
|
|
|
|
- .github/workflows/nix-*.yml
|
|
|
|
- .devops/nix/nixpkgs-instances.nix
|
2024-05-23 09:40:43 +02:00
|
|
|
embedding:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: examples/embedding/
|