Skip to content

Commit 2b2f57a

Browse files
markurtzCopilot
andauthored
Update docs/guides/multimodal/audio.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mark Kurtz <mark.j.kurtz@gmail.com>
1 parent 1b55ea1 commit 2b2f57a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/multimodal/audio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ guidellm benchmark \
286286
- `--request-type`: chat_completions, supporting multimodal inputs (audio + text).
287287
- `--profile`: synchronous execution.
288288
- `--max-requests`: Limits to 20 requests.
289-
- `--data`: Specified twice to mix real audio (openslr/librispeech_asr) and defaults for synthetic prompts.
290-
- `--data-args`: Dataset arguments corresponding to the order of --data inputs (Librispeech config first, empty for synthetic).
291-
- `--data-column-mapper`: Maps audio from the first dataset and text from the synthetic dataset (index 0) to the request.
289+
- `--data`: Specified twice: first for synthetic prompt configuration (`prompt_tokens=256,output_tokens=128`), second for real audio from `openslr/librispeech_asr`.
290+
- `--data-args`: Dataset arguments corresponding to the order of `--data` inputs (empty `{}` for synthetic prompts, LibriSpeech config second).
291+
- `--data-column-mapper`: Maps audio from dataset index 1 (`"1.audio"`, LibriSpeech) and text from dataset index 0 (`"0.prompt"`, synthetic prompts) into each request.
292292

293293
The above command benchmarks the chat/completions endpoint on the target server using the prompt text from the synthetic dataset and audio from the LibriSpeech dataset. It will result in an output similar to the following:
294294

0 commit comments

Comments
 (0)