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 4ca6bdf commit 5b2fc50Copy full SHA for 5b2fc50
examples/models/llava/runner/llava_runner.h
@@ -42,7 +42,9 @@ class ET_EXPERIMENTAL LlavaRunner
42
std::function<void(const ::executorch::extension::llm::Stats&)>
43
stats_callback = {}) override;
44
45
- ::executorch::runtime::Error prefill_images(std::vector<Image>& images, int64_t& start_pos) override;
+ ::executorch::runtime::Error prefill_images(
46
+ std::vector<Image>& images,
47
+ int64_t& start_pos) override;
48
49
::executorch::runtime::Result<uint64_t> prefill_prompt(
50
const std::string& prompt,
0 commit comments