Skip to content

Commit

Permalink
increase igpu cluster limit (llama/6159)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1910 authored and ggerganov committed Mar 27, 2024
1 parent 81ccd91 commit 807582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 807582c

Please sign in to comment.