From 1d90021241dccd926456b286234e3cff6cfe3f63 Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Mon, 19 Feb 2024 11:29:26 +0200 Subject: [PATCH] iq4_nl: Fix after merging with master --- ggml-metal.metal | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml-metal.metal b/ggml-metal.metal index 9fdedeab4..c223a981c 100644 --- a/ggml-metal.metal +++ b/ggml-metal.metal @@ -4968,6 +4968,7 @@ void dequantize_iq1_s(device const block_iq1_s * xb, short il, thread type4x4 & } } +template void dequantize_iq4_nl(device const block_iq4_nl * xb, short il, thread type4x4 & reg) { device const uint16_t * q4 = (device const uint16_t *)xb->qs; const float d = xb->d;