updated the quantize files and makefile

This commit is contained in:
Concedo 2023-04-12 21:40:25 +08:00
parent 4faae0afa9
commit 636f8e5a8e
3 changed files with 338 additions and 8 deletions

View file

@ -293,7 +293,7 @@ int main(int argc, char ** argv) {
// needed to initialize f16 tables
{
struct ggml_init_params params = { 0, NULL };
struct ggml_init_params params = { 0, NULL, false };
struct ggml_context * ctx = ggml_init(params);
ggml_free(ctx);
}