Releases: mlcommons/ck
Releases · mlcommons/ck
CM v2.3.5: added "cm init"
- 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
cm-v2.3.4 minor docs clean up (#1269)
CM v2.3.2
- 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
- Important change: we added automatic CM repo alias from
mlcommons@ck
tomlcommons@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
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
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
cm-v2.1.2 CM v2.1.2 (#1212)
CM v2.1.1: support for the new mlcommons@cm4mlops repo
We have moved cm-mlops sub-repo to a standalone repo at https://github.com/mlcommons/cm4mlops .
CM v2.0.4: general improvements and minor bug fixes
- 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
- 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