diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-05-23 10:00:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 10:00:21 +0300 |
commit | e84b71c2c6da6e69c8f815168ea836f9716a325e (patch) | |
tree | aa5c046cc5f0e9e953de5329412a753d82e60589 /ggml-opencl.cpp | |
parent | 1b1e27cb49158123ef4902aa41eb368c9e76e6a1 (diff) |
ggml : drop support for QK_K=64 (#7473)
* ggml : drop support for QK_K=64
ggml-ci
* opencl : restore QK_K=256 define
Diffstat (limited to 'ggml-opencl.cpp')
-rw-r--r-- | ggml-opencl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |