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

modify keys within device_info #11852

Merged
merged 2 commits into from
Aug 23, 2024
Merged

modify keys within device_info #11852

merged 2 commits into from
Aug 23, 2024

Conversation

fzhengTT
Copy link
Contributor

Ticket

Link to Github Issue: #11137

Problem description

Align device_info fields with customer team's data

What's changed

The keys inside the device_info JSON object.

Checklist

  • Post commit CI passes
  • Blackhole Post commit (if applicable)
  • Model regression CI testing passes (if applicable)
  • New/Existing tests provide coverage for changes

@fzhengTT fzhengTT requested a review from tt-rkim as a code owner August 23, 2024 15:57
@tt-rkim tt-rkim merged commit c1c099f into main Aug 23, 2024
7 checks passed
@tt-rkim tt-rkim deleted the fzheng/modify-device-info branch August 23, 2024 16:39
@@ -366,8 +366,8 @@ def create_csv_for_github_benchmark_environment(github_benchmark_environment_csv

device_info = json.dumps(
{
"device_type": device_type,
"device_memory_size": device_memory_size,
"card_type": device_type,
Copy link
Contributor

@skhorasganiTT skhorasganiTT Aug 23, 2024

Choose a reason for hiding this comment

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

@tt-rkim is it possible to set card_type as n150/n300/t3000/galaxy or is that not exposed at the python level?

Copy link
Collaborator

Choose a reason for hiding this comment

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

That's part of #11134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants