From 07f5cd7beccf93d4f720d2c037cbc5ca86385cd5 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 13 Feb 2024 00:35:31 +0100 Subject: [PATCH] ws --- examples/llava/llava.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);