We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a22d1e commit 6ab9e7cCopy full SHA for 6ab9e7c
1 file changed
extension/llm/runner/text_llm_runner.h
@@ -105,7 +105,7 @@ class ET_EXPERIMENTAL TextLLMRunner : public IRunner {
105
106
/**
107
* Prefill multimodal inputs into the KV cache without generating.
108
- * Text and token inputs are supported; image/audio inputs are skipped.
+ * Only text inputs are processed; non-text inputs are skipped.
109
* @param inputs A vector of MultimodalInput objects.
110
* @param num_bos Number of BOS tokens to prepend during text encoding.
111
* @param num_eos Number of EOS tokens to append during text encoding.
0 commit comments