Skip to content

Commit 3a800cb

Browse files
committed
Fix test
1 parent 5c2d7a0 commit 3a800cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llava/runner/llava_image_prefiller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ET_EXPERIMENTAL LlavaImagePrefiller {
4747

4848
// Run text model
4949
auto outputs_res = ET_UNWRAP(module_->execute(
50-
kTextModelMethod, {start_pos_tensor, image_encoder_outputs[0]}));
50+
kTextModelMethod, {image_encoder_outputs[0], start_pos_tensor}));
5151
ET_CHECK_MSG(
5252
outputs_res[0].isTensor(),
5353
"Non Tensor Output returned from executing image prefill");

0 commit comments

Comments
 (0)