server : add log message

This commit is contained in:
Georgi Gerganov 2023-12-30 23:24:25 +02:00
parent ec92e78165
commit 5c77ce9e2d
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -863,6 +863,7 @@ struct llama_server_context
LOG_TEE("slot %i - failed to load image [id: %i]\n", slot->id, img_sl.id);
return false;
}
LOG_TEE("slot %i - loaded image\n", slot->id);
img_sl.request_encode_image = true;
slot->images.push_back(img_sl);
}