Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f04d57d

Browse filesBrowse files
committed
fix parser options
1 parent a8b45f9 commit f04d57d
Copy full SHA for f04d57d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎onnx_array_api/_command_lines_parser.py

Copy file name to clipboardExpand all lines: onnx_array_api/_command_lines_parser.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_parser_translate() -> ArgumentParser:
5151
parser.add_argument(
5252
"-a",
5353
"--api",
54-
choices=["onnx", "light"],
54+
choices=["onnx", "light", "onnx-short", "builder"],
5555
default="onnx",
5656
help="API to choose, API from onnx package or light API.",
5757
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.