Skip to content

Commit 1944fb1

Browse files
authored
[None][fix] add missing CLI option in multimodal example (#8977)
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
1 parent 5ef6587 commit 1944fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/features/multi-modality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following examples demonstrate how to use TensorRT LLM's multimodal support
3535
Quickly try out TensorRT LLM's multimodal support using our `LLM-API` and a ready-to-run [example](source:examples/llm-api/quickstart_multimodal.py):
3636

3737
```bash
38-
python3 quickstart_multimodal.py --model_dir Efficient-Large-Model/NVILA-8B --modality image
38+
python3 quickstart_multimodal.py --model_dir Efficient-Large-Model/NVILA-8B --modality image --disable_kv_cache_reuse
3939
```
4040

4141
### OpenAI-Compatible Server via [`trtllm-serve`](../../source/commands/trtllm-serve/trtllm-serve.rst)

0 commit comments

Comments
 (0)