diff options
Diffstat (limited to 'ggml/src/ggml-cuda/mmvq.cu')
-rw-r--r-- | ggml/src/ggml-cuda/mmvq.cu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ggml/src/ggml-cuda/mmvq.cu b/ggml/src/ggml-cuda/mmvq.cu index 30a6a58b..89b74f4b 100644 --- a/ggml/src/ggml-cuda/mmvq.cu +++ b/ggml/src/ggml-cuda/mmvq.cu @@ -652,6 +652,7 @@ bool ggml_cuda_mmvq_type_supported(ggml_type src0_type) { case GGML_TYPE_IQ4_KSS: case GGML_TYPE_IQ2_KS: case GGML_TYPE_IQ5_K: + case GGML_TYPE_IQ5_KS: case GGML_TYPE_IQ6_K: case GGML_TYPE_IQ3_S: return true; |