Skip to content

Commit

Permalink
increase igpu cluster limit (ggerganov#6159)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1910 authored Mar 20, 2024
1 parent d8b009a commit d26e8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-sycl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d26e8b6

Please sign in to comment.