This commit is contained in:
Josh Yan 2024-07-09 17:02:34 -07:00
parent 542134bf50
commit 26ed829415

View File

@ -11,7 +11,7 @@ package llm
// #include <stdlib.h> // #include <stdlib.h>
// #include "llama.h" // #include "llama.h"
// bool update_quantize_progress(float progress, void* data) { // bool update_quantize_progress(float progress, void* data) {
// *((float*)data) = progress; // *((float*)data) = 5;
// return true; // return true;
// } // }
import "C" import "C"