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
- added `utils.test_input` to test if input has keys
and report them as error
- added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo`
- improved CMX logging (-log and -logfile):
mlcommons#1317
- print control flags in help (cmx -h | cmx -help):
mlcommons#1318
- fail if control flag is not recognized:
mlcommons#1315
- added -repro flag to record various info to cmx-repro directory
mlcommons#1319
- print call stack when error > 32 to be able to trace error cause:
mlcommons#1320
can be combined with -log=debug and -logfile
I added many important features to CMX pending for a very long:
- added `utils.test_input` to test if input has keys and report them as
error
- added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo`
- improved CMX logging (-log and -logfile):
#1317
- print control flags in help (cmx -h | cmx -help):
#1318
- fail if control flag is not recognized:
#1315
- added -repro flag to record various info to cmx-repro directory:
#1319
- print call stack when error > 32 to be able to trace error cause:
#1320
can be combined with -log=debug and -logfile
CM/CMX access function should fail in case of unknown flags/keys...
The text was updated successfully, but these errors were encountered: