From 61c42a8a513a566fa864ddf6a65b9ed74f98484c Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:06:19 +0530 Subject: [PATCH 1/2] use fork repo in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6d5a73f7e..cb5255ecf4 100644 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ def custom_function(self): 'all': True}) r = cmind.access({'action': 'pull', 'automation': 'repo', - 'artifact': 'mlcommons@mlperf-automations', + 'artifact': 'gateoverflow@mlperf-automations', 'checkout': commit_hash}) # r = cmind.access({'action':'pull', 'automation':'repo', 'artifact':'mlcommons@mlperf-automations', 'checkout': commit_hash}) print(r) From b6276f31dfb854b37ff397d1e4d6b61a4f725975 Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:13:06 +0530 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb5255ecf4..e9fb472a67 100644 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ def custom_function(self): 'all': True}) r = cmind.access({'action': 'pull', 'automation': 'repo', - 'artifact': 'gateoverflow@mlperf-automations', + 'artifact': 'anandhu-eng@mlperf-automations', 'checkout': commit_hash}) # r = cmind.access({'action':'pull', 'automation':'repo', 'artifact':'mlcommons@mlperf-automations', 'checkout': commit_hash}) print(r)