Skip to content

Commit

Permalink
CM/CMX v3.2.8: fixed a few tests (#1340)
Browse files Browse the repository at this point in the history
- fixed Docker test for mlperf-inference with cm4mlops
- minor improvements
  • Loading branch information
gfursin authored Oct 27, 2024
2 parents 47536c4 + 6ad7432 commit 55405ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## V3.2.8
- fixed Docker test for mlperf-inference with cm4mlops
- minor improvements

## V3.2.7
- minor improvement in error handling and messages

Expand Down
2 changes: 1 addition & 1 deletion cm/cmind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Written by Grigori Fursin

__version__ = "3.2.7"
__version__ = "3.2.8"

from cmind.core import access
from cmind.core import x
Expand Down
2 changes: 1 addition & 1 deletion cm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run(self):
"cm = cmind.cli:run",
"cmx = cmind.cli:runx",
"cmr = cmind.cli:run_script",
"fflow = cmind.cli:run_ff",
"flexflow = cmind.cli:run_ff",
"cmrd = cmind.cli:docker_script",
"cmg = cmind.cli:gui_script",
"cme = cmind.cli:run_experiment"
Expand Down
3 changes: 2 additions & 1 deletion tests/script/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
'image_name':'cm-script-app-image-classification-onnx-py',
'env': {
'CM_DOCKER_RUN_SCRIPT_TAGS': 'app,image-classification,onnx,python',
'CM_MLOPS_REPO': 'ctuning@mlcommons-ck',
# 'CM_MLOPS_REPO': 'ctuning@mlcommons-ck',
'CM_MLOPS_REPO': 'mlcommons@cm4mlops',
'CM_DOCKER_IMAGE_BASE': 'ubuntu:22.04'
},
'quiet': 'yes'
Expand Down

0 comments on commit 55405ba

Please sign in to comment.