Skip to content

fix: correctly check nvidia MIG mode status for process utilization#470

Merged
Syllo merged 1 commit intoSyllo:masterfrom
Henry-ZHR:patch-1
May 6, 2026
Merged

fix: correctly check nvidia MIG mode status for process utilization#470
Syllo merged 1 commit intoSyllo:masterfrom
Henry-ZHR:patch-1

Conversation

@Henry-ZHR
Copy link
Copy Markdown
Contributor

On common GPUs, like RTX:

$ nvidia-smi --query-gpu=mig.mode.current
mig.mode.current
[N/A]

Process utilization OK

On A100:

$ nvidia-smi --query-gpu=mig.mode.current
mig.mode.current
Disabled
Disabled
...

But no process utilization available
screenshot

This PR should bring process utilization back when MIG disabled

@Syllo
Copy link
Copy Markdown
Owner

Syllo commented May 6, 2026

Nice catch of the double negation, thank you!

@Syllo Syllo merged commit 3d4a953 into Syllo:master May 6, 2026
3 checks passed
@Henry-ZHR Henry-ZHR deleted the patch-1 branch May 7, 2026 07:19
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.

2 participants