This commit is contained in:
Josh Yan 2024-07-09 16:08:06 -07:00
parent dfc62648f3
commit c800a67f1b

View File

@ -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;
// }