Skip to content

Commit

Permalink
CMX V4.1.1: fixed legacy interfaces (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuning-admin authored Feb 17, 2025
2 parents 296c727 + 73ff733 commit 256f181
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 4 additions & 1 deletion cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## mlc-scripts
## CMX V4.1.1
- fixed legacy interfaces

## CMX V4.1.0
- added -v flag to print version
- improve help
- added support for legacy CM front-end for MLPerf (mlc, mlcr, mlcflow)
Expand Down
2 changes: 1 addition & 1 deletion cm/cmind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# White paper: https://arxiv.org/abs/2406.16791
# Project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md

__version__ = "4.1.0"
__version__ = "4.1.1"

from cmind.core import access
from cmind.core import x
Expand Down
4 changes: 1 addition & 3 deletions cm/cmind/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ def run_legacy_mlcflow(legacy_frontend, argv = None):

return_code = rx.returncode

r = {'return':0} if return_code == 0 else {'return':return_code, 'error':'legacy CM front-end failed (mlcflow)'}

return r
sys.exit(return_code)


############################################################
Expand Down
1 change: 0 additions & 1 deletion cm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ cmind = ["repo/*",
"repo/automation/ckx/*",
"repo/automation/mlc/*",
"repo/automation/mlcr/*",
"repo/automation/mlperf/*",
"repo/automation/core/*",
"repo/automation/core/cm_60cb625a46b38610/*",
"repo/automation/repo/*"
Expand Down

0 comments on commit 256f181

Please sign in to comment.