From e84b71c2c6da6e69c8f815168ea836f9716a325e Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 23 May 2024 10:00:21 +0300 Subject: ggml : drop support for QK_K=64 (#7473) * ggml : drop support for QK_K=64 ggml-ci * opencl : restore QK_K=256 define --- ggml-opencl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ggml-opencl.cpp') diff --git a/ggml-opencl.cpp b/ggml-opencl.cpp index 922f2483..e28566a7 100644 --- a/ggml-opencl.cpp +++ b/ggml-opencl.cpp @@ -1,4 +1,4 @@ -#include "ggml.h" +#include "ggml.h" #include "ggml-opencl.h" #include "ggml-backend-impl.h" -- cgit v1.2.3