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

GPU?? #2

Open
bhupesh-sf opened this issue Jan 23, 2025 · 2 comments
Open

GPU?? #2

bhupesh-sf opened this issue Jan 23, 2025 · 2 comments

Comments

@bhupesh-sf
Copy link

This is cool idea, right now in the screenshot I only see CPU but not GPU. Is there any specific reason for that. Because more and more LLMs are being used on consumer machines GPU usage and even power consumption makes important metric to show.

Your thoughts?

@arinbjornk
Copy link
Owner

This is a good point. The simple answer is that GPU information needs to be handled differently based on the manufacturer (NVIDIA, AMD, Intel, etc) since each has their own proprietary APIs and monitoring tools:

  • NVIDIA GPUs use NVML (NVIDIA Management Library)
  • AMD GPUs use ROCm/HIP APIs
  • Intel GPUs use oneAPI Level Zero

This makes it more complex than CPU monitoring which has standardised interfaces. The next step would be implementing support for the most common GPU vendors, starting with NVIDIA, followed by AMD and Intel.

Coming soon!

@bhupesh-sf
Copy link
Author

ah understood. BTW I am apple silicon, not sure if that also counts somewhere :)

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

No branches or pull requests

2 participants