mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
cont : fix mmap flag print (#11699)
This commit is contained in:
parent
4d3465c5ae
commit
bdcf8b6a56
2 changed files with 1 additions and 2 deletions
|
@ -9430,7 +9430,6 @@ static struct llama_model * llama_model_load_from_file_impl(
|
|||
struct llama_model_params params) {
|
||||
ggml_time_init();
|
||||
|
||||
|
||||
unsigned cur_percentage = 0;
|
||||
if (params.progress_callback == NULL) {
|
||||
params.progress_callback_user_data = &cur_percentage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue