Skip to content

Commit c082cb6

Browse files
markurtzsjmonson
andcommitted
Update docs/guides/multimodal/video.md
Co-authored-by: Samuel Monson <[email protected]> Signed-off-by: Mark Kurtz <[email protected]>
1 parent db21ac6 commit c082cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/multimodal/video.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ guidellm benchmark \
153153
- `--target`: The base URL of the inference server.
154154
- `--model`: The model name to use for requests.
155155
- `--request-type`: chat_completions, supporting multimodal inputs.
156-
- `--data`: The dataset identifier (lmms-lab/Video-MME).
156+
- `--data`: The dataset identifier (lmms-lab/Video-MME).
157+
- `--data-args`: Configuration for the dataset loading, selecting the "test" split. See [`datasets.load_dataset`](https://huggingface.co/docs/datasets/v4.5.0/en/package_reference/loading_methods#datasets.load_dataset) for full list of valid options.
157158
- `--data-column-mapper`: Maps the dataset’s `url` column (containing the video link) to `video_column` and `question` to `text_column`.
158159

159160
### 2. Video Captioning

0 commit comments

Comments
 (0)