Skip to content

Commit 6ab9e7c

Browse files
committed
Fix docstring: TextLLMRunner::prefill only handles text inputs
This PR was authored with the assistance of Claude.
1 parent 8a22d1e commit 6ab9e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/llm/runner/text_llm_runner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ET_EXPERIMENTAL TextLLMRunner : public IRunner {
105105

106106
/**
107107
* Prefill multimodal inputs into the KV cache without generating.
108-
* Text and token inputs are supported; image/audio inputs are skipped.
108+
* Only text inputs are processed; non-text inputs are skipped.
109109
* @param inputs A vector of MultimodalInput objects.
110110
* @param num_bos Number of BOS tokens to prepend during text encoding.
111111
* @param num_eos Number of EOS tokens to append during text encoding.

0 commit comments

Comments
 (0)