| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- # https://github.com/actions/labeler
- Kompute:
- - changed-files:
- - any-glob-to-any-file:
- - ggml/include/ggml-kompute.h
- - ggml/src/ggml-kompute/**
- - README-kompute.md
- Apple Metal:
- - changed-files:
- - any-glob-to-any-file:
- - ggml/include/ggml-metal.h
- - ggml/src/ggml-metal/**
- - README-metal.md
- SYCL:
- - changed-files:
- - any-glob-to-any-file:
- - ggml/include/ggml-sycl.h
- - ggml/src/ggml-sycl/**
- - docs/backend/SYCL.md
- - examples/sycl/**
- Nvidia GPU:
- - changed-files:
- - any-glob-to-any-file:
- - ggml/include/ggml-cuda.h
- - ggml/src/ggml-cuda/**
- Vulkan:
- - changed-files:
- - any-glob-to-any-file:
- - ggml/include/ggml-vulkan.h
- - ggml/src/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
- examples:
- - changed-files:
- - any-glob-to-any-file:
- - examples/**
- - tools/**
- 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:
- - tools/server/**
- ggml:
- - changed-files:
- - any-glob-to-any-file:
- - ggml/**
- nix:
- - changed-files:
- - any-glob-to-any-file:
- - "**/*.nix"
- - .github/workflows/nix-*.yml
- - .devops/nix/nixpkgs-instances.nix
- embedding:
- - changed-files:
- - any-glob-to-any-file: examples/embedding/
|