Skip to content

Commit f3605b9

Browse files
committed
temporary give up
1 parent 45cdb7f commit f3605b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/llava/mtmd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ mtmd_context * mtmd_init_from_file(const char * mmproj_fname,
142142

143143
//// TEST, TO BE REMOVED LATER
144144
clip_image_f32_batch * batch = clip_image_f32_batch_init();
145-
std::vector<float> mel(128 * 1024);
145+
std::vector<float> mel(128 * 1024, 0.2);
146146
clip_image_f32_batch_add_mel(batch, 128, 1024, mel.data());
147147
std::vector<float> output(64 * 2048, 0);
148148
clip_image_batch_encode(test->ctx_clip, 8, batch, output.data());

0 commit comments

Comments
 (0)