Skip to content

Commit a27c3b2

Browse files
authored
Refactor help text for --ep argument
Simplified help text for the --ep argument. Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent 3a57b09 commit a27c3b2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

examples/gemma4_multimodal.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -945,10 +945,7 @@ def parse_args() -> argparse.Namespace:
945945
"--ep",
946946
choices=["default", "cpu", "cuda", "webgpu", "onnx-standard", "trt-rtx"],
947947
default="default",
948-
help=(
949-
"Execution provider for ONNX model build. "
950-
"Defaults to matching --device."
951-
),
948+
help="Execution provider for ONNX model build.",
952949
)
953950
parser.add_argument(
954951
"--compare-hf",

0 commit comments

Comments
 (0)