Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Dec 7, 2024
1 parent b488f91 commit 9d7411a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build a whl file for cm4mlperf-inference
# Build a whl file for mlperf-automations

from setuptools import setup
from setuptools._distutils.dist import Distribution
Expand Down Expand Up @@ -147,10 +147,10 @@ def custom_function(self):
'all': True})
r = cmind.access({'action': 'pull',
'automation': 'repo',
'artifact': 'mlcommons@cm4mlops',
'branch': 'mlperf-inference',
'artifact': 'mlcommons@mlperf-automations',
'branch': 'main',
'checkout': commit_hash})
# r = cmind.access({'action':'pull', 'automation':'repo', 'artifact':'mlcommons@cm4mlops', 'checkout': commit_hash})
# r = cmind.access({'action':'pull', 'automation':'repo', 'artifact':'mlcommons@mlperf-automations', 'checkout': commit_hash})
print(r)
if r['return'] > 0:
return r['return']
Expand Down

0 comments on commit 9d7411a

Please sign in to comment.