Skip to content

Releases: mlcommons/ck

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

CM/CMX v3.3.4: several improvements

06 Nov 11:54
212d825
Compare
Choose a tag to compare
  • 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

V3.3.3: improving logging

03 Nov 10:40
03eb0b2
Compare
Choose a tag to compare
  • moved "CMX stack error" to -log
  • improved CMX error reporting
  • fixed CM logger issue

V3.3.1

01 Nov 10:51
dfefc2a
Compare
Choose a tag to compare
  • allow "cm/cmx pull repo {URL}" along with "cm/cmx pull repo --url={URL}"
  • CMX: added "automation_full_path" to -log

CM/CMX v3.2.9: fixed minor bugs

29 Oct 10:26
b61d80e
Compare
Choose a tag to compare
  • fixed minor bug with JSON console output
  • fixed minor bug with console in cmind.x function