Skip to content

Releases: mlcommons/ck

CM v3.0.2: fixed cm init

08 Oct 02:16
1719778
Compare
Choose a tag to compare
fixed cmx init (#1306)

Ref: https://github.com/mlcommons/ck/issues/1305

CM v3.0.1: prototyping simpler interface

07 Oct 11:22
052f17b
Compare
Choose a tag to compare

CM v3 includes a prototype of a simpler and cleaner version of Python cmind.access() and CLI. It should not influence existing CM4MLOps automation scripts and workflows for MLPerf and other projects from CM v2.x . Both interfaces will co-exist in the future.

CM v2.4.0: extension to CM repos to install requirements.txt

05 Oct 13:00
02a1075
Compare
Choose a tag to compare
  • added install_python_requirements to the CM repo description (cmr.yaml) to install requirements to a current python with CM installation if needed

CM V2.3.9: improved "cm init" and CLI

29 Sep 13:21
4ffeb19
Compare
Choose a tag to compare
  • added --min == --skip to cm init for readability
  • added --checkout to cm init to handle checkout
  • added support to set CLI parameter to False if it ends with -,
    i.e. --no-cache- -> i['no_cache'] = False
    --no-cache -> i['no_cache'] = True

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