Remove unnecesarry log

This commit is contained in:
ozanarmagan 2023-11-17 13:44:39 +03:00
parent 93baeadccc
commit 23fb908500

View File

@ -50,7 +50,6 @@ embedding_res_t CLIPImageEmbedder::embed(const std::string& encoded_image) {
std::vector<embedding_res_t> CLIPImageEmbedder::batch_embed(const std::vector<std::string>& inputs) {
LOG(INFO) << "Batch embedding " << inputs.size() << " images";
std::vector<processed_image_t> processed_images;
std::unordered_map<int, embedding_res_t> results;