Skip to content

Commit 5b2fc50

Browse files
committed
lint
1 parent 4ca6bdf commit 5b2fc50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/models/llava/runner/llava_runner.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ class ET_EXPERIMENTAL LlavaRunner
4242
std::function<void(const ::executorch::extension::llm::Stats&)>
4343
stats_callback = {}) override;
4444

45-
::executorch::runtime::Error prefill_images(std::vector<Image>& images, int64_t& start_pos) override;
45+
::executorch::runtime::Error prefill_images(
46+
std::vector<Image>& images,
47+
int64_t& start_pos) override;
4648

4749
::executorch::runtime::Result<uint64_t> prefill_prompt(
4850
const std::string& prompt,

0 commit comments

Comments
 (0)