You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/scripts/benchmark_tooling/get_benchmark_analysis_data.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -735,7 +735,7 @@ def argparsers():
735
735
help="Filter results by one or more backend full name(e.g. --backends qlora mv3) (OR logic within backends scope, AND logic with other filter type)",
736
736
)
737
737
parser.add_argument(
738
-
"--private-device-pools",
738
+
"--device-pools",
739
739
nargs="+", # allow one or more values
740
740
choices=VALID_PRIVATE_DEVICE_POOLS_NAMES,
741
741
help="List of devices to include [apple_iphone_15_private, samsung_s22_private, you can include both] (OR logic within private-device-pools scope, AND logic with other filter type)",
0 commit comments