Fix ggml_init_params in quantize
This commit is contained in:
parent
c03ae8dca1
commit
64bde3ffd4
2 changed files with 1 additions and 4 deletions
|
@ -315,7 +315,6 @@ void * mmap_file(const char* fname) {
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
static bool llama_model_load(
|
||||
const std::string & fname,
|
||||
llama_context & lctx,
|
||||
|
@ -489,8 +488,6 @@ static bool llama_model_load(
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
auto & ctx = model.ctx;
|
||||
|
||||
size_t ctx_size = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue