increase igpu cluster limit (#6159)

This commit is contained in:
Abhilash Majumder 2024-03-20 08:28:49 +05:30 committed by GitHub
parent d8b009a945
commit d26e8b669d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);