Josh Yan 9 months ago
parent
commit
c800a67f1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      llm/llm.go

+ 1 - 1
llm/llm.go

@@ -10,7 +10,7 @@ package llm
 // #cgo linux,arm64 LDFLAGS: -L${SRCDIR}/build/linux/arm64_static -L${SRCDIR}/build/linux/arm64_static/src -L${SRCDIR}/build/linux/arm64_static/ggml/src
 // #include <stdlib.h>
 // #include "llama.h"
-// static bool update_quantize_progress(float progress, void* data) {
+// bool update_quantize_progress(float progress, void* data) {
 // 	*((float*)data) = progress;
 // 	return true;
 // }