From 7254f6d34024b708f15d3e6ce6926a808a4d0cc4 Mon Sep 17 00:00:00 2001 From: Nexes the Elder <124105151+Nexesenex@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:02:15 +0100 Subject: fix typo (#151) --- ggml/src/ggml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ggml/src/ggml.c') diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 21a82ff3..a2d3efdc 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -13905,7 +13905,7 @@ UseGgmlGemm1:; char * wdata = (char *)params->wdata + params->wsize - params->qsize; if (strncmp(src1->name, wdata - GGML_MAX_NAME, GGML_MAX_NAME) == 0) { - goto AlreadyQunatized; + goto AlreadyQuantized; } wdata += GGML_MAX_NAME; @@ -13953,7 +13953,7 @@ UseGgmlGemm1:; //atomic_store(¶ms->shared->current_chunk, nth); } -AlreadyQunatized:; +AlreadyQuantized:; } const void * wdata = (src1->type == vec_dot_type) ? src1->data -- cgit v1.2.3