Releases: mlcommons/ck
CM v1.5.0: bug fixes
Fixed a serious (though rare) bug in indexing when mixing entries with UIDs and aliases.
V1.4.1: added "cme" binary shortcut for "cm run experiment"
a few updates (#790) - added cme binary as a shortcut for "cm run experiment" - improved TinyMLPerf tutorials
V1.4.0 new "cmr" binary and support for TinyMLPerf
- added cmr binary as a shortcut for "cm run script"
- fixed minor bug with repo/automation/artifact detection in the current path with "."
- various improvements in CM-MLOps repository to support TinyMLPerf
V1.3.0: indexing and silent mode turned on by default
- Turned on artifact indexing by default
(can be turned off by setting CM_INDEX to "no", "off" or "false") - Turned on --silent mode in "cm run script" by default
Can be turned off via --verbose or -v flags - Fixed duplicate version detection for Python packages
- Added --new_tags for "cm copy" to add new tags to newly created artifacts
- Added --new_tags for "cm add" to add new tags to newly created artifacts
- Added basic check for forbidden artifact names such as "."
V1.2.2: bug fixes
Fixed minor bug during cm detect repo (turn off indexing).
V1.2.1
V1.2.0: Major update: transparent indexing of all artifacts to speed up search and scripts by ~10..50x.
It is currently OFF by default for further testing.
You can turn it on and test by setting this environment variable: "CM_INDEX=yes|on|true".
V1.2.1: Fixed Bug in indexing to avoid returning duplicate artifacts when wildcards are used.
MLCommons CM v1.1.6
Minor fixes and updates: https://github.com/mlcommons/ck/blob/master/cm/CHANGES.md#v116
MLCommons CM aka CK2 v1.1.3
Stable release of the MLCommons CM automation meta-framework from the MLCommons taskforce on education and reproducibility:
- improved removal of CM entries on Windows
- fixed #574
- improved detection of CM entries with "."
- added --yaml option in "cm add" to save meta in YAML
- added --save_to_json to save output to JSON (useful for web services)
- extended "cm info {automation} {artifact}" (copy to clipboard)
Stable release of MLCommons CM v1.1.1
Stable release from the MLCommons taskforce on education and reproducibility to automate MLPerf inference at the Student Cluster Competition at SuperComputing'22:
Stable release of MLCommons CM v1.1.0
Stable release from the MLCommons taskforce on education and reproducibility to automate MLPerf inference at the Student Cluster Competition at SuperComputing'22: