mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-06-28 04:30:15 -05:00
Fix ggml_init_params in quantize
This commit is contained in:
parent
4608b1ee54
commit
ee1eb8aab0
@ -19,7 +19,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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user