Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the default sut folder name supplied if cm-sut-json is not there #537

Merged
merged 5 commits into from
Nov 19, 2024

Conversation

anandhu-eng
Copy link
Contributor

in reference to issue: #536

@anandhu-eng anandhu-eng requested a review from a team as a code owner November 13, 2024 13:08
Copy link

github-actions bot commented Nov 13, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@anandhu-eng anandhu-eng marked this pull request as draft November 13, 2024 13:22
@@ -18,7 +18,7 @@ def preprocess(i):

hw_name = env['CM_HW_NAME']

backend = env.get('CM_MLPERF_BACKEND', '')
backend = env.get('CM_MLPERF_BACKEND', 'pytorch') # default is set to pytorch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not set the default backend here. It should only be for submission generation step if backend information is not available elsewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @arjunsuresh , updated in commit cf30e25

@anandhu-eng anandhu-eng marked this pull request as ready for review November 19, 2024 07:36
@arjunsuresh arjunsuresh merged commit 6d5b8dd into mlperf-inference Nov 19, 2024
60 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2024
@anandhu-eng anandhu-eng deleted the issue-#536 branch November 20, 2024 04:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants