diff options
author | Slaren <2141330+slaren@users.noreply.github.com> | 2023-03-29 05:38:57 +0200 |
---|---|---|
committer | Justine Tunney <jtunney@gmail.com> | 2023-03-30 12:28:25 -0700 |
commit | 64bde3ffd4aef799acb790a3eedddbd0a0612108 (patch) | |
tree | d79809835655f24153c144e1f5d9f31ecebe1adf /llama.cpp | |
parent | c03ae8dca1d7c451054754979e60a6de1f64c3cd (diff) |
Fix ggml_init_params in quantize
Diffstat (limited to 'llama.cpp')
-rw-r--r-- | llama.cpp | 3 |
1 files changed, 0 insertions, 3 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; |