Skip to content

Releases: mlcommons/ck

CM v2.1.1: support for the new mlcommons@cm4mlops repo

16 Apr 18:07
572fb00
Compare
Choose a tag to compare

CM v2.0.4: general improvements and minor bug fixes

11 Apr 03:40
9d6739a
Compare
Choose a tag to compare
  • 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: #1169
  • improved deleting of CM artifacts (entries) on Windows
  • print tags when deleting CM artifacts (entries)

CM v2.0.3: improved handling of CM repositories

20 Mar 21:25
Compare
Choose a tag to compare
  • added support to handle broken CM repositories: #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: improved handling of CM repositories based on user feedback

11 Mar 09:28
Compare
Choose a tag to compare
  • 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 ctuning@mlcommons-ck-reproduce-inference-v4.0 --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

v2+: a major update with a new GUI and Python 3.12+ support

23 Feb 13:13
Compare
Choose a tag to compare
  • 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

V1.6.2 bug fixes and improvements for users

04 Feb 20:17
Compare
Choose a tag to compare
  • 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}"

V1.6.1 release for MLPerf inference v4.0

02 Feb 11:14
a31610e
Compare
Choose a tag to compare

Various improvements and fixes based on the feedback from MLPerf inference v4.0 submitters:

  • added support for Python 3.12 (removed "pkg" dependency)
  • improved --help for common automations and CM scripts (automation recipes)
  • fixed a few minor bugs
  • added --depth to "cm pull repo" to reduce size of stable repos
  • added possibility to download zip repository in "cm pull repo --url={...}.zip" to download small and stable repositories with CM automation recipes
  • updated core documentation

Stable release of CM v1.5.3 and Collective Knowledge v3 supporting MLPerf inference benchmark v3.1+

22 Sep 11:32
ca0d83c
Compare
Choose a tag to compare

Stable release of the MLCommons CM automation language v1.5.3 and Collective Knowledge v3 supporting MLPerf inference benchmark v3.1+ and our community submissions.

CM v1.5.2: minor improvements for MLPerf inference and Artifact Evaluation

01 Sep 15:06
Compare
Choose a tag to compare
  • fixed minor bug with auto-initializion of cmind for cmind.error and cmind.halt for external scripts
  • added --min to cm find repo xyz --min to print path to CM xyz repo without any extra info
    Needed for artifact evaluation at ACM MICRO'23
  • added cm where repo xyz to print path to xyz CM repo without any extra info
    Needed for artifact evaluation at ACM MICRO'23

CM v1.5.1: bug fixes

17 Jul 20:16
Compare
Choose a tag to compare
  • fixed a bug when merging dictionaries in variations (detected when running MLPerf inference with GPT-J): #858