Skip to content

Commit 61ebe1e

Browse files
committed
patch
1 parent de023c1 commit 61ebe1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/llm/runner/multimodal_prefiller.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Result<uint64_t> MultimodalPrefiller::prefill(
4343
Image image = input.get_image();
4444

4545
auto method_meta = ET_UNWRAP(
46-
module_->method_meta(kImageEncoderMethod),
46+
module_->method_meta(kVisionEncoderMethod),
4747
"Failed to get method_meta for %s",
48-
kImageEncoderMethod);
48+
kVisionEncoderMethod);
4949

5050
ET_CHECK_MSG(
5151
method_meta.num_inputs() > 0,

0 commit comments

Comments
 (0)