Mlcommons Ck Versions Save

Collective Mind (CM) is a small, modular, cross-platform and decentralized workflow automation framework with a human-friendly interface and reusable automation recipes to make it easier to build, run, benchmark and optimize AI, ML and other applications and systems across diverse and continuously changing models, data, software and hardware

cm-v2.3.0

1 week ago
  • 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

1 week ago

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

cm-v2.2.0

2 weeks ago

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 (https://github.com/mlcommons/ck/issues/1219)
  • added utils.check_if_true_yes_on (https://github.com/mlcommons/ck/issues/1216)
  • check "min_cm_version" in CM automations and CM scripts (use _cm.yaml or _cm.json)

cm-v2.1.2

3 weeks ago

cm-v2.1.1

3 weeks ago

We have moved cm-mlops sub-repo to a standalone repo at https://github.com/mlcommons/cm4mlops .

cm-v2.0.4

1 month ago
  • added skip of delayed help to simplify output of cmr [tags] --help
  • revisited automatically generated READMEs for CM scripts (automation recipes) based on user feedback: https://github.com/mlcommons/ck/issues/1169
  • improved deleting of CM artifacts (entries) on Windows
  • print tags when deleting CM artifacts (entries)

cm-v2.0.3

1 month ago
  • added support to handle broken CM repositories: https://github.com/mlcommons/ck/issues/1177
  • added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches
  • added "cm import repo" to import repository in the current directory

cm-v2.0.2

2 months ago
  • added support to update all CM Git repos in one go: "cm pull repo"
  • added support to show extra info about CM Git repos: "cm show repo"
  • added explicit support for Private Access Token (PAT) when pulling private CM repos: cm pull repo [email protected] --pat={GITHUB PAT}
  • added support to remove CM repositories via "cm rm repo" even if read only (required for Windows)
  • added support to self-fix CM repo list if repository was manually deleted

cm-v2.0.1

2 months ago
  • a major update with Python 3.12+ support, the new CM automation recipes and a new GUI to compose modular AI systems and optimize them across diverse models, datasets, software and hardware:
  • added setuptools as dependency to detect package versions

cm-v1.6.2

3 months ago
  • fixed "cm pull repo" if repo already exists
  • improved --help for common automations and CM scripts (automation recipes)
  • fixed a few minor bugs
  • added support to print directories and files for a given CM entry via "cm info {automation} {artifact|--tags}"