mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-23 21:17:54 +01:00
Fix ggml_init_params in quantize
This commit is contained in:
parent
c03ae8dca1
commit
64bde3ffd4
@ -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…
Reference in New Issue
Block a user