Skip to content

Commit

Permalink
Merge branch 'dev' into mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Sep 17, 2024
2 parents 1d88d29 + 5fcbb31 commit b0f6652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 20240916
* fixed "cm add script"

### 20240429
* Added `cm set cfg` automation. For example, we can set default CM script to silent
using `cm set cfg default --key.script.silent`
Expand Down
2 changes: 1 addition & 1 deletion automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@ def add(self, i):
if k in ii: del ii[k]

if artifact_repo != None:
ii['artifact'] = utils.assemble_cm_object2(artifact_repo) + ':' + utils.assemble_cm_object2(artifact_repo)
ii['artifact'] = utils.assemble_cm_object2(artifact_repo) + ':' + utils.assemble_cm_object2(artifact_obj)

r_obj=self.cmind.access(ii)
if r_obj['return']>0: return r_obj
Expand Down

0 comments on commit b0f6652

Please sign in to comment.