cont : fix mmap flag print (#11699)

This commit is contained in:
Georgi Gerganov 2025-02-08 16:49:38 +02:00
parent 4d3465c5ae
commit bdcf8b6a56
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 1 additions and 2 deletions

View file

@ -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;