Skip to content

Commit e0895a5

Browse files
author
Grigori Fursin
committed
bug fixes
1 parent a25e1e7 commit e0895a5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

cm/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## CMX V4.0.2
2+
- bug fixes
3+
14
## CMX V4.0.1
25
- provided backward compatibility with various MLCommons tools
36

cm/cmind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# White paper: https://arxiv.org/abs/2406.16791
1010
# Project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md
1111

12-
__version__ = "4.0.1"
12+
__version__ = "4.0.2"
1313

1414
from cmind.core import access
1515
from cmind.core import x
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2+
"action_substitutions": {
3+
"for":"xfor"
4+
},
25
"alias": "mlperf",
36
"automation_alias": "automation",
47
"automation_uid": "bbeb15d8f0a944a4",
5-
"desc": "CMX interface for mlcr",
8+
"desc": "CMX interface for mlcr/mlperf",
69
"sort": -1000,
710
"tags": [
811
"automation",
9-
"mlcr"
12+
"mlperf"
1013
],
1114
"uid": "12343304a8964782"
1215
}

cm/cmind/repo/automation/mlperf/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self, cmind, automation_file):
1616
super().__init__(cmind, __file__)
1717

1818
############################################################
19-
def for(self, i):
19+
def xfor(self, i):
2020
"""
2121
CMX interface for MLPerf
2222

0 commit comments

Comments
 (0)