From dc0dce9e89d176ed3016e6ebd0ccad7ed5759bec Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:04:18 +0530 Subject: [PATCH] use mlperf-automations fork repo --- 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)