Skip to content

Releases: mlcommons/ck

CM V2.3.8: better handling of CM git repos

27 Sep 09:18
07e3ac5
Compare
Choose a tag to compare
  • added --skip and --url flags to cm init
  • added support to pull CM repos using --url with "git@"

CM V2.3.7: better support for debugging

26 Sep 13:31
443bd03
Compare
Choose a tag to compare
  • added cmind.core.debug to make it easier to debug CM automations
  • added env CM_CORE_SKIP_FIX_REPO_PATH to skip fixing non-existent repo paths

CM v2.3.6: minor fixes

17 Sep 13:00
2050f67
Compare
Choose a tag to compare
  • fixed "cm init" on Windows
  • added basic CM tests on MacOS
  • added "cm add script" tests

CM v2.3.5: added "cm init"

12 Aug 16:54
76ba0e1
Compare
Choose a tag to compare
  • added cm init to check system deps and pull mlcommons@cm4mlops by default, i.e. pip install cmind && cm init
  • fixed branch and checkout functionality in cm pull repo

CM v2.3.4: minor documentation update

17 Jul 15:53
56a02d3
Compare
Choose a tag to compare
cm-v2.3.4

minor docs clean up (#1269)

CM v2.3.2

15 Jun 13:55
8159140
Compare
Choose a tag to compare
  • fixed "cm pull repo --branch={BRANCH NAME}" behavior for all OS
  • added GitHub tests for Windows
  • added more tests for CM-MLPerf workflows for different hardware

CM v2.3.0 release

28 Apr 14:08
e4c2133
Compare
Choose a tag to compare
  • Important change: we added automatic CM repo alias from mlcommons@ck to mlcommons@cm4mlops unless branch and checkout are used!
  • we improved CM python package API generation and uploaded it here - we will move it to MLCommons when ready!
  • we added timezone to utils.get_current_date_time to correctly time stamp various experiments!

cm-mlops-arc-20240428

28 Apr 11:15
14cc987
Compare
Choose a tag to compare

Archive of the cm-mlops repository to reproduce older workflows before migrating to mlcommons@cm4mlops.

CM v2.2.0: a few major improvements to support Visual Studio debugging and min CM version

23 Apr 18:12
c77b006
Compare
Choose a tag to compare

CM v2.2.0 release:

  • fixed detection of a CM artifact using 'cm info .' when inside virtual env entries.
  • added "cmind.utils.debug_here" function to attach remote Python debugger
    and tested with Visual Studio Code.
  • added test to avoid checking out CM repo that was not pulled
  • added utils.safe_load_json to return empty dict if file doesn't exist
  • added utils.compare_versions to check min version requirements for automations and entries
  • removed outdated convert_path (#1219)
  • added utils.check_if_true_yes_on (#1216)
  • check "min_cm_version" in CM automations and CM scripts (use _cm.yaml or _cm.json)

CM v2.1.2 supporting dependencies for CM repositories

17 Apr 15:47
baf3402
Compare
Choose a tag to compare