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

Support custom path for saving platform details #418

Merged
merged 26 commits into from
Oct 28, 2024

Conversation

anandhu-eng
Copy link
Contributor

No description provided.

@anandhu-eng anandhu-eng requested a review from a team as a code owner October 25, 2024 06:20
Copy link

github-actions bot commented Oct 25, 2024

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

@anandhu-eng anandhu-eng marked this pull request as draft October 25, 2024 09:08
@@ -102,7 +104,7 @@ def prompt_sudo():
print(r.decode('utf-8')) # Decode bytes to string
return 0
except subprocess.TimeoutExpired:
reset_terminal() # Reset terminal to sane state
reset_terminal() # Reset terminal to same state
Copy link
Contributor

Choose a reason for hiding this comment

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

sane is correct :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

corrected in 31723a8

@anandhu-eng anandhu-eng marked this pull request as ready for review October 28, 2024 21:39
if os_info['platform'] == "windows":
return {'return':1, 'error':'get-platform-details script not yet supported in windows!'}
if os_info['platform'] == "darwin":
i['run_script_input']['script_name'] = "run-macos"
Copy link
Contributor

Choose a reason for hiding this comment

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

we don't need to do this - it happens automatically for different OS flavors

@arjunsuresh arjunsuresh merged commit bea5f35 into mlperf-inference Oct 28, 2024
35 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2024
@anandhu-eng anandhu-eng deleted the anandhu-eng-patch-3 branch October 29, 2024 04:05
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