Skip to content

Releases: mlcommons/ck

Stable release of CM v1.5.3 and Collective Knowledge v3 supporting MLPerf inference benchmark v3.1+

22 Sep 11:32
ca0d83c
Compare
Choose a tag to compare

Stable release of the MLCommons CM automation language v1.5.3 and Collective Knowledge v3 supporting MLPerf inference benchmark v3.1+ and our community submissions.

CM v1.5.2: minor improvements for MLPerf inference and Artifact Evaluation

01 Sep 15:06
Compare
Choose a tag to compare
  • fixed minor bug with auto-initializion of cmind for cmind.error and cmind.halt for external scripts
  • added --min to cm find repo xyz --min to print path to CM xyz repo without any extra info
    Needed for artifact evaluation at ACM MICRO'23
  • added cm where repo xyz to print path to xyz CM repo without any extra info
    Needed for artifact evaluation at ACM MICRO'23

CM v1.5.1: bug fixes

17 Jul 20:16
Compare
Choose a tag to compare
  • fixed a bug when merging dictionaries in variations (detected when running MLPerf inference with GPT-J): #858

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