diff --git a/examples/llava/llava.cpp b/examples/llava/llava.cpp index 699fd256a..9f955e2ae 100644 --- a/examples/llava/llava.cpp +++ b/examples/llava/llava.cpp @@ -183,7 +183,7 @@ static bool clip_llava_handle_patches(clip_ctx * ctx_clip, std::vector image_feature, self.model.image_newline[:, None, None].expand(*image_feature.shape[:-1], 1).to(image_feature.device) ), dim=-1) - * + * */ // ggml_tensor_printf(permuted_cont,"permuted_cont",__LINE__,false,false);