Skip to content

Releases: mlcommons/ck

CMX V4.1.3: bug fixes

20 Feb 09:32
91f259b
Compare
Choose a tag to compare

CMX V4.1.3

  • fixed a bug with "cmx -log" (#1410)
  • fixed a bug with "cmx -repro" (#1409)

CMX V4.1.2

  • fixed error reporting in cm/cmx info artifact if artifact not found
  • added "cmx get repo" or "cmx get repo {repo alias}" or "cm get repo" (#1405)
  • added support for PAT in "cmx pull repo {url}" (#1381)

CMX V4.1.1

  • fixed legacy interfaces

CM/CMX V4.1.0: fixed legacy interfaces

17 Feb 11:02
256f181
Compare
Choose a tag to compare

CMX V4.1.0

  • fixed legacy interfaces
  • added -v flag to print version
  • improved help

CMX V4.0.2

05 Feb 18:01
1279009
Compare
Choose a tag to compare

From February 2025, CMX V4.0.2 serves as drop-in, backward-compatible replacement for the earlier Collective Mind framework (CM) and other MLCommons automation prototypes, while providing a simpler and more robust interface.

CM/CMX v3.5.3: bug fixes

15 Jan 15:53
05a79cb
Compare
Choose a tag to compare
  • fixed bug with cm info repo and cmx info repo: #1378

CM/CMX v3.5.2: regular improvements based on user feedback

20 Dec 15:10
b607edb
Compare
Choose a tag to compare
  • added -i flag to print memory and disk use before running CM/CMX commands: #1375
  • added utils.get_disk_use
  • added utils.get_memory_use
  • formatted Python modules from the internal repository using autopep8

CM/CMX v3.5.1

03 Dec 18:54
80959de
Compare
Choose a tag to compare

Collective Mind (CM/CMX) v3.4.4: regular enhancements based on user feedback

29 Nov 15:44
f9ed623
Compare
Choose a tag to compare
  • improved error reporting in utils.load_json and utils.load_yaml
  • added utils.substitute_template
  • enhanced 'cm pull repo' based on user feedback

CM/CMX v3.4.3:

24 Nov 22:31
c28a4b6
Compare
Choose a tag to compare

V3.4.3

  • fixed pyproject.toml
  • fixed docs generation
  • improved cm pull repo with branch and SHA (#1355)

CM/CMX v3.4.2: added new reusable functions

22 Nov 14:22
ec9b1b9
Compare
Choose a tag to compare

Added several reusable functions from MLPerf automations:

  • added utils.flatten_dict
  • added utils.safe_int
  • added utils.safe_float
  • added utils.get_set
  • added utils.digits

CM/CMX v3.4.1: added pyproject.toml to install CM and deprecated setup.py

10 Nov 09:43
584ccb6
Compare
Choose a tag to compare

V3.4.1

  • added pyproject.toml to install CM and deprecated setup.py
  • reduced Python min version in pyproject.toml to 3.7 for backwards compatibility