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 362f17d commit 602b50aCopy full SHA for 602b50a
extension/llm/runner/text_prefiller.cpp
@@ -24,8 +24,7 @@ TextPrefiller::TextPrefiller(
24
: text_decoder_runner_(text_decoder_runner),
25
use_kv_cache_(use_kv_cache),
26
enable_parallel_prefill_(enable_parallel_prefill),
27
- max_seq_len_(max_seq_len > 0 ? max_seq_len : 128) {
28
-}
+ max_seq_len_(max_seq_len > 0 ? max_seq_len : 128) {}
29
30
::executorch::runtime::Result<uint64_t> TextPrefiller::prefill(
31
std::vector<uint64_t>& prompt_tokens,
0 commit comments