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

New GPU stats api #478

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

Janaka-Steph
Copy link
Contributor

@Janaka-Steph Janaka-Steph commented Nov 3, 2023

It closes #475

return (
<div key={gpu.gpu_name}>
<div className="gpu-resources__header">
<img src={nvidia_logo} alt="nvidia-logo" />
Copy link
Contributor

Choose a reason for hiding this comment

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

May not be nvidia, on say mac or other platforms.

From docker we can assume for now that it's always Nvidia perhaps, but for mac and other platforms I am not quite sure having nvidia logo is correct.

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.

browser: Gpu stats needs to update response schema
2 participants