8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03ae8d commit 64bde3fCopy full SHA for 64bde3f
examples/quantize/quantize.cpp
@@ -19,7 +19,7 @@ int main(int argc, char ** argv) {
19
20
// needed to initialize f16 tables
21
{
22
- struct ggml_init_params params = { 0, NULL };
+ struct ggml_init_params params = { 0, NULL, false };
23
struct ggml_context * ctx = ggml_init(params);
24
ggml_free(ctx);
25
}
llama.cpp
@@ -315,7 +315,6 @@ void * mmap_file(const char* fname) {
315
#endif
316
317
318
-
319
static bool llama_model_load(
320
const std::string & fname,
321
llama_context & lctx,
@@ -489,8 +488,6 @@ static bool llama_model_load(
489
488
490
491
492
493
494
auto & ctx = model.ctx;
495
496
size_t ctx_size = 0;
0 commit comments