Skip to content

Commit 065e42f

Browse files
author
Joeri Hermans
committed
Add debugging
1 parent e8e8444 commit 065e42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gpus.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func ParseTotalGPUs() float64 {
7171
node_gpus, err := strconv.ParseFloat(descriptor, 64)
7272
log.Infof("Number of GPUs %f", node_gpus)
7373
if err != nil {
74+
log.Infof("Adding GPUs %f", node_gpus)
7475
num_gpus += node_gpus
7576
}
7677
}

0 commit comments

Comments
 (0)