Skip to content

Commit b45df8a

Browse files
committed
One more fix
1 parent 251b54c commit b45df8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llava/runner/llava_runner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ET_EXPERIMENTAL LlavaRunner
4444
bool echo = true) override;
4545

4646
::executorch::runtime::Error prefill_images(
47-
std::vector<Image>& images,
47+
std::vector<::executorch::extension::llm::Image>& images,
4848
int64_t& start_pos) override;
4949

5050
::executorch::runtime::Result<uint64_t> prefill_prompt(

0 commit comments

Comments
 (0)