Skip to content

Commit f865cff

Browse files
committed
Update prefill @return docstring in irunner.h
This PR was authored with the assistance of Claude.
1 parent dd91e4f commit f865cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/llm/runner/irunner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class ET_EXPERIMENTAL IRunner {
139139
* audio)
140140
* @param num_bos Number of BOS tokens to prepend during encoding
141141
* @param num_eos Number of EOS tokens to append during encoding
142-
* @return Error::Ok if successful, an error otherwise
142+
* @return The next token predicted after prefill, or an error
143143
*/
144144
virtual runtime::Result<uint64_t> prefill(
145145
const std::vector<MultimodalInput>& inputs,

0 commit comments

Comments
 (0)