From 5a9bd15899d64fa199cf7801df948a5f01b76ee6 Mon Sep 17 00:00:00 2001 From: Hyunjae Woo <107147848+nv-hwoo@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:24:36 -0700 Subject: [PATCH] fix typo in input_data.md (#386) --- src/c++/perf_analyzer/docs/input_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c++/perf_analyzer/docs/input_data.md b/src/c++/perf_analyzer/docs/input_data.md index cce27cf16..aa2448632 100644 --- a/src/c++/perf_analyzer/docs/input_data.md +++ b/src/c++/perf_analyzer/docs/input_data.md @@ -45,7 +45,7 @@ of your model. You can select a different input data mode with the [`--input-data`](cli.md#--input-datazerorandompath) can be provided multiple times with different file paths to specific multiple JSON files. -For tensors with with `STRING`/`BYTES` datatype, the +For tensors with `STRING`/`BYTES` datatype, the [`--string-length`](cli.md#--string-lengthn) and [`--string-data`](cli.md#--string-datastring) options may be used in some cases (see [`--help`](cli.md#--help) for full documentation).