Skip to content

Commit

Permalink
removing dcgm code cant test on actions container
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenton White committed Oct 30, 2023
1 parent 5d16dbb commit d3cf823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ func TestGPUsGetMetrics(t *testing.T) {
t.Logf("Other GPUs: %v", metrics.other)
t.Logf("Total GPUs: %v", metrics.total)
t.Logf("Utilization: %v", metrics.utilization)
t.Logf("User GPUs DCGM: %v", metrics.UserGPUsDCGM)
/* t.Logf("User GPUs DCGM: %v", metrics.UserGPUsDCGM)
t.Logf("User GPUs SLURM: %v", metrics.UserGPUsSLURM)
*/
}
/*
func TestUserGPUsDCGM(t *testing.T) {
Expand Down

0 comments on commit d3cf823

Please sign in to comment.