From fd6e8518818212e13c17a63a258face7d793544c Mon Sep 17 00:00:00 2001 From: brian khuu Date: Sat, 25 May 2024 11:08:37 +1000 Subject: [PATCH] labeler: added Apple Metal detector [no ci] --- .github/labeler.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index a67f78044..f1cda1441 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,11 @@ # https://github.com/actions/labeler +Apple Metal: + - changed-files: + - any-glob-to-any-file: + - ggml-metal.h + - ggml-metal.cpp + - README-metal.md SYCL: - changed-files: - any-glob-to-any-file: @@ -9,6 +15,7 @@ SYCL: Nvidia GPU: - changed-files: - any-glob-to-any-file: + - ggml-cuda.h - ggml-cuda/** Vulkan: - changed-files: