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
-`--startTime`: Start time in ISO format (e.g., "2025-06-11T00:00:00") (required)
31
31
-`--endTime`: End time in ISO format (e.g., "2025-06-17T18:00:00") (required)
32
32
-`--env`: Choose environment ("local" or "prod", default: "prod")
33
-
-`--not-silent`: Show processing logs (default: only show results & minimum logging)
33
+
-`--no-silent`: Show processing logs (default: only show results & minimum logging)
34
+
-`print-all-table-info`: show all cleaned table infos, this helps user to pick the correct format of filters
34
35
35
36
##### Output Options:
36
37
-`--outputType`: Choose output format (default: "print")
37
38
-`print`: Display results in console
38
39
-`json`: Generate JSON file
39
40
-`df`: Display results in DataFrame format
40
-
-`excel`: Generate Excel files with multiple sheets
41
-
-`csv`: Generate CSV files in separate folders
41
+
-`excel`: Generate Excel files with multiple sheets, the field in first row and first column contains the json string of the raw metadata
42
+
-`csv`: Generate CSV files in separate folders, the field in first row and first column contains the json string of the raw metadata
42
43
-`--outputDir`: Directory to save output files (default: current directory)
43
44
44
45
##### Filtering Options:
46
+
Notice, the filter needs full name matchings with correct format, to see all the options of the filter choices, please run the script with `--print-all-table-info`, and pay attention to section `Full list of table info from HUD API` with the field 'info', which contains normalized data we use to filter records from the original metadata 'groupInfo'.
47
+
45
48
-`--devices`: Filter by specific device names (e.g., "samsung-galaxy-s22-5g", "samsung-galaxy-s22plus-5g")
46
-
-`--backends`: Filter by specific backend names
47
-
-`--models`: Filter by specific model names
49
+
-`--backends`: Filter by specific backend names (e.g., "qnn-q8" , ""llama3-spinquan)
50
+
-`--models`: Filter by specific model names (e.g "mv3" "meta-llama-llama-3.2-1b-instruct-qlora-int4-eo8")
0 commit comments