CoolFace
Modelpublic

Felipe97/llama-cpp-compiled

sourceHugging Faceupdated 2d agoView on Hugging Face
0likes1.1kdownloads
labeler.yml143 linesDownload Raw Back to .github
1# https://github.com/actions/labeler2Apple Metal:3    - changed-files:4        - any-glob-to-any-file:5            - ggml/include/ggml-metal.h6            - ggml/src/ggml-metal/**7            - README-metal.md8SYCL:9    - changed-files:10        - any-glob-to-any-file:11            - ggml/include/ggml-sycl.h12            - ggml/src/ggml-sycl/**13            - docs/backend/SYCL.md14            - examples/sycl/**15CUDA:16    - changed-files:17        - any-glob-to-any-file:18            - ggml/include/ggml-cuda.h19            - ggml/src/ggml-cuda/**20Vulkan:21    - changed-files:22        - any-glob-to-any-file:23            - ggml/include/ggml-vulkan.h24            - ggml/src/ggml-vulkan/**25IBM zDNN:26    - changed-files:27        - any-glob-to-any-file:28            - ggml/include/ggml-zdnn.h29            - ggml/src/ggml-zdnn/**30AMD ZenDNN:31    - changed-files:32        - any-glob-to-any-file:33            - ggml/include/ggml-zendnn.h34            - ggml/src/ggml-zendnn/**35documentation:36    - changed-files:37        - any-glob-to-any-file:38            - "**/*.md"39            - docs/**40            - media/**41examples:42    - all:43        - changed-files:44            - any-glob-to-any-file:45                - app/**46                - examples/**47                - tools/**48            - all-globs-to-all-files:49                - '!tools/server/**'50                - '!tools/mtmd/**'51                - '!tools/ui/**'52testing:53    - changed-files:54        - any-glob-to-any-file:55            - tests/**56build:57    - changed-files:58        - any-glob-to-any-file:59            - cmake/**60            - CMakeLists.txt61            - CMakePresets.json62devops:63    - changed-files:64        - any-glob-to-any-file:65            - .devops/**66            - .github/**67            - ci/**68android:69    - changed-files:70        - any-glob-to-any-file:71            - examples/llama.android/**72server/ui:73    - changed-files:74        - any-glob-to-any-file:75            - tools/ui/**76server:77    - changed-files:78        - any-glob-to-any-file:79            - tools/server/**80mtmd:81    - changed-files:82        - any-glob-to-any-file:83            - tools/mtmd/**84conversion:85    - changed-files:86        - any-glob-to-any-file:87            - conversion/**88            - convert_*.py89            - gguf-py/**90vendor:91    - changed-files:92        - any-glob-to-any-file:93            - vendor/**94ggml:95    - changed-files:96        - any-glob-to-any-file:97            - ggml/**98model:99    - changed-files:100        - any-glob-to-any-file:101            - src/models/**102nix:103    - changed-files:104        - any-glob-to-any-file:105            - "**/*.nix"106            - .github/workflows/nix-*.yml107            - .devops/nix/nixpkgs-instances.nix108embedding:109    - changed-files:110        - any-glob-to-any-file: examples/embedding/111jinja parser:112    - changed-files:113        - any-glob-to-any-file:114            - common/jinja/**115Ascend NPU:116    - changed-files:117        - any-glob-to-any-file:118            - ggml/include/ggml-cann.h119            - ggml/src/ggml-cann/**120            - docs/backend/CANN.md121OpenCL:122    - changed-files:123        - any-glob-to-any-file:124            - ggml/include/ggml-opencl.h125            - ggml/src/ggml-opencl/**126            - docs/backend/OPENCL.md127Hexagon:128    - changed-files:129        - any-glob-to-any-file:130            - ggml/include/ggml-hexagon.h131            - ggml/src/ggml-hexagon/**132WebGPU:133    - changed-files:134        - any-glob-to-any-file:135            - ggml/include/ggml-webgpu.h136            - ggml/src/ggml-webgpu/**137OpenVINO:138    - changed-files:139        - any-glob-to-any-file:140            - ggml/include/ggml-openvino.h141            - ggml/src/ggml-openvino/**142            - docs/backend/OPENVINO.md143