Skip to content

Commit

Permalink
Update WorkerThread.java
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Sep 29, 2023
1 parent 4dbd4d0 commit 722b337
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -124,7 +124,7 @@ public String getGpuUsage() {
new ProcessBuilder(
"nvidia-smi",
"-i",
String.valueOf(validatedGpuId),
String.valueOf(gpuId),
"--query-gpu=utilization.gpu,utilization.memory,memory.used",
"--format=csv");

Expand Down

0 comments on commit 722b337

Please sign in to comment.