Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf04d57d

Browse files
committed
fix parser options
1 parenta8b45f9 commitf04d57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎onnx_array_api/_command_lines_parser.py

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp