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

How to track chips usage over time? #35

Open
lapinM opened this issue Aug 9, 2024 · 3 comments
Open

How to track chips usage over time? #35

lapinM opened this issue Aug 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@lapinM
Copy link

lapinM commented Aug 9, 2024

I'm trying to use the n300 to train my models. However, I can't watch how much memory my model takes up on cards.
Are there similar nvidia-smi methods for tracking memory usage and utilization for each process?

@sbansalTT
Copy link
Contributor

Hello, thanks for the issue. Yup that is a feature that is currently on our radar to add into SMI and is a work in progress :)

@milank94 milank94 added the enhancement New feature or request label Aug 12, 2024
@lapinM
Copy link
Author

lapinM commented Aug 16, 2024

What are the current ways to solve this problem?
Is there any way to track the memory usage of a chip without tt-smi?

@warthog9
Copy link
Member

The best way, right this minute, to track the memory usage of what's going on in the card is in-band with what's running on the card directly. There's some hardware limitations that make it hard to read it out of band where tt-smi is at, and the solutions there are not going to be quick to surface right now.

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

No branches or pull requests

4 participants