Skip to content

Commit 2a0f197

Browse files
committed
Update base for Update on "[Executorch][custo ops] Add prototype defs for custom op"
To fix mac buck builds Differential Revision: [D71370605](https://our.internmc.facebook.com/intern/diff/D71370605/) [ghstack-poisoned]
1 parent fce4457 commit 2a0f197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/models/llava/runner/llava_runner.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ Error LlavaRunner::load() {
5555
text_prefiller_ = std::make_unique<llm::TextPrefiller>(
5656
text_decoder_runner_.get(),
5757
/*use_kv_cache=*/true,
58-
/*enable_parallel_prefill=*/true);
58+
/*enable_parallel_prefill=*/true,
59+
/*max_seq_len=*/128);
5960

6061
// Load the image prefiller
6162
image_prefiller_ = std::make_unique<LlavaImagePrefiller>(module_.get());

0 commit comments

Comments
 (0)