Skip to content

Commit

Permalink
Merge branch 'mlcommons:mlperf-inference' into mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 24, 2024
2 parents 8f49c23 + b0740a9 commit 479d496
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
gh pr create --base code-format --head $BRANCH_NAME --title "[Automated PR] Format Codebase" --body "This pull request contains automated code formatting changes."
fi
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.6.3
2 changes: 1 addition & 1 deletion git_commit_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c91f5b6d60cce795d60e5d469defc297ac9caeb5
680b1c5e6efc432df34f77731911e3977069c99c
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def command_exists(self, command):
def custom_function(self):
commit_hash = get_commit_hash()
import cmind
r = cmind.access({'action':'rm', 'automation':'repo', 'data_uoa':'mlcommons@cm4mlops', 'force': True, 'all': True})
r = cmind.access({'action':'rm', 'automation':'repo', 'artifact':'mlcommons@cm4mlops', 'force': True, 'all': True})
r = cmind.access({'action': 'pull',
'automation': 'repo',
'artifact': 'mlcommons@cm4mlops',
Expand Down

0 comments on commit 479d496

Please sign in to comment.