diff options
author | Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com> | 2024-03-20 08:28:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 08:28:49 +0530 |
commit | d26e8b669dbf1f5f5a0afe4d2d885e86cf566302 (patch) | |
tree | a80d8ce7050bd44e3b3ebc35dbca32eceb95f710 | |
parent | d8b009a9456bf5284376149f3deb09300a37701a (diff) |
increase igpu cluster limit (#6159)
-rw-r--r-- | ggml-sycl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-sycl.h b/ggml-sycl.h index c549a64a..1c9d5211 100644 --- a/ggml-sycl.h +++ b/ggml-sycl.h @@ -13,7 +13,7 @@ extern "C" { #endif -#define GGML_SYCL_MAX_DEVICES 16 +#define GGML_SYCL_MAX_DEVICES 48 #define GGML_SYCL_NAME "SYCL" GGML_API void ggml_init_sycl(void); |