Skip to content

Releases: mlcommons/ck

CM v1.5.0: bug fixes

05 Jul 19:30
Compare
Choose a tag to compare

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"

11 Jun 13:59
91f5a33
Compare
Choose a tag to compare
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

08 Jun 07:57
Compare
Choose a tag to compare
  • 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

01 Jun 14:00
Compare
Choose a tag to compare
  • 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

31 May 08:41
Compare
Choose a tag to compare

Fixed minor bug during cm detect repo (turn off indexing).

V1.2.1

26 May 17:29
Compare
Choose a tag to compare

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

16 May 11:05
Compare
Choose a tag to compare

MLCommons CM aka CK2 v1.1.3

07 Dec 14:44
Compare
Choose a tag to compare

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

15 Nov 14:48
f9abc76
Compare
Choose a tag to compare

Stable release of MLCommons CM v1.1.0

15 Nov 14:44
fe95527
Compare
Choose a tag to compare