1
0

labeler.yml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # https://github.com/actions/labeler
  2. Apple Metal:
  3. - changed-files:
  4. - any-glob-to-any-file:
  5. - ggml/include/ggml-metal.h
  6. - ggml/src/ggml-metal/**
  7. - README-metal.md
  8. SYCL:
  9. - changed-files:
  10. - any-glob-to-any-file:
  11. - ggml/include/ggml-sycl.h
  12. - ggml/src/ggml-sycl/**
  13. - docs/backend/SYCL.md
  14. - examples/sycl/**
  15. Nvidia GPU:
  16. - changed-files:
  17. - any-glob-to-any-file:
  18. - ggml/include/ggml-cuda.h
  19. - ggml/src/ggml-cuda/**
  20. Vulkan:
  21. - changed-files:
  22. - any-glob-to-any-file:
  23. - ggml/include/ggml-vulkan.h
  24. - ggml/src/ggml-vulkan/**
  25. IBM zDNN:
  26. - changed-files:
  27. - any-glob-to-any-file:
  28. - ggml/include/ggml-zdnn.h
  29. - ggml/src/ggml-zdnn/**
  30. documentation:
  31. - changed-files:
  32. - any-glob-to-any-file:
  33. - docs/**
  34. - media/**
  35. testing:
  36. - changed-files:
  37. - any-glob-to-any-file:
  38. - tests/**
  39. build:
  40. - changed-files:
  41. - any-glob-to-any-file:
  42. - cmake/**
  43. - CMakeLists.txt
  44. - CMakePresets.json
  45. examples:
  46. - changed-files:
  47. - any-glob-to-any-file:
  48. - examples/**
  49. - tools/**
  50. devops:
  51. - changed-files:
  52. - any-glob-to-any-file:
  53. - .devops/**
  54. - .github/**
  55. - ci/**
  56. python:
  57. - changed-files:
  58. - any-glob-to-any-file:
  59. - "**/*.py"
  60. - requirements/**
  61. - gguf-py/**
  62. - .flake8
  63. script:
  64. - changed-files:
  65. - any-glob-to-any-file:
  66. - scripts/**
  67. android:
  68. - changed-files:
  69. - any-glob-to-any-file:
  70. - examples/llama.android/**
  71. server:
  72. - changed-files:
  73. - any-glob-to-any-file:
  74. - tools/server/**
  75. ggml:
  76. - changed-files:
  77. - any-glob-to-any-file:
  78. - ggml/**
  79. nix:
  80. - changed-files:
  81. - any-glob-to-any-file:
  82. - "**/*.nix"
  83. - .github/workflows/nix-*.yml
  84. - .devops/nix/nixpkgs-instances.nix
  85. embedding:
  86. - changed-files:
  87. - any-glob-to-any-file: examples/embedding/
  88. Ascend NPU:
  89. - changed-files:
  90. - any-glob-to-any-file:
  91. - ggml/include/ggml-cann.h
  92. - ggml/src/ggml-cann/**
  93. - docs/backend/CANN.md
  94. OpenCL:
  95. - changed-files:
  96. - any-glob-to-any-file:
  97. - ggml/include/ggml-opencl.h
  98. - ggml/src/ggml-opencl/**