8000 Tags · mlcommons/ck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mlcommons/ck

Tags

cm-v3.4.1

Toggle cm-v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CM/CMX v3.4.0: added pyproject.toml to install CM and deprecated setu…

…p.py (#1349)

## V3.4.0
- added pyproject.toml to install CM and deprecated setup.py:
#1345

cm-v3.3.4

Toggle cm-v3.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CMX 3.3.4 (#1348)

V3.3.4:
   - added utils.path2: 
     add quotes if spaces in path
   - added utils.update_dict_with_flat_key: 
     update dictionary via flat key (x.y.z)
   - added utils.get_value_from_dict_with_flat_key
     get value from dict via flat key (x.y.z)
   - added utils.load_module
     universal python module loader

cm-v3.3.3

Toggle cm-v3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V3.3.2 (#1347)

## V3.3.2
   - moved "CMX stack error" to -log
   - improved error reporting

cm-v3.3.1

Toggle cm-v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V3.3.1 (#1346)

- allow "cm/cmx pull repo {URL}" along with "cm/cmx pull repo
--url={URL}"
- CMX: added "automation_full_path" to -log

cm-v3.2.9

Toggle cm-v3.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CM/CMX v3.2.9: fixing minor bugs (#1342)

## V3.2.9
- fixed minor bug with JSON console output
- fixed minor bug with console in cmind.x function

cm-v3.2.8

Toggle cm-v3.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CM/CMX v3.2.8: fixed a few tests (#1340)

- fixed Docker test for mlperf-inference with cm4mlops
- minor improvements

cm-v3.2.5

Toggle cm-v3.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V3.2.5 release (#1334)

CMX/CM: V3.2.5 release
   - CMX: improved logging
   - CMX: improved error handling (show module path and line number)
   - CMX: fixed bug when detecting unknown control flag
   - CMX: do not change output to json if -j or --json
          just print json in the end ...

cm-v3.2.3

Toggle cm-v3.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updating docs (#1327)

cm-v3.2.0

Toggle cm-v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V3.2.0: many important improvements (#1321)

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-v3.1.0

Toggle cm-v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3.1.0: simplified and changed process_input function API (#1314)

#1313
0