We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2d7a0 commit 3a800cbCopy full SHA for 3a800cb
examples/models/llava/runner/llava_image_prefiller.h
@@ -47,7 +47,7 @@ class ET_EXPERIMENTAL LlavaImagePrefiller {
47
48
// Run text model
49
auto outputs_res = ET_UNWRAP(module_->execute(
50
- kTextModelMethod, {start_pos_tensor, image_encoder_outputs[0]}));
+ kTextModelMethod, {image_encoder_outputs[0], start_pos_tensor}));
51
ET_CHECK_MSG(
52
outputs_res[0].isTensor(),
53
"Non Tensor Output returned from executing image prefill");
0 commit comments