From 9e0b8f1fe257918d9849b1e19040ff28644f6517 Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Tue, 9 Jul 2024 16:47:59 -0700 Subject: [PATCH] another change --- llm/llm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm/llm.go b/llm/llm.go index 9878cbb85..f964a6540 100644 --- a/llm/llm.go +++ b/llm/llm.go @@ -47,7 +47,7 @@ func Quantize(infile, outfile string, ftype fileType, fn func(resp api.ProgressR *(*C.float)(store) = 0.0 params.quantize_callback_data = store - params.quantize_callback = (C.llama_quantize_callback)(C.update_quantize_progress) + params.quantize_callback = (C.llama_progress_callback)(C.update_quantize_progress) go func () { for {