This commit is contained in:
John 2024-02-13 00:35:31 +01:00
parent 3a72267869
commit 07f5cd7bec

View file

@ -183,7 +183,7 @@ static bool clip_llava_handle_patches(clip_ctx * ctx_clip, std::vector<float *>
image_feature, image_feature,
self.model.image_newline[:, None, None].expand(*image_feature.shape[:-1], 1).to(image_feature.device) self.model.image_newline[:, None, None].expand(*image_feature.shape[:-1], 1).to(image_feature.device)
), dim=-1) ), dim=-1)
* *
*/ */
// ggml_tensor_printf(permuted_cont,"permuted_cont",__LINE__,false,false); // ggml_tensor_printf(permuted_cont,"permuted_cont",__LINE__,false,false);