We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e8444 commit 065e42fCopy full SHA for 065e42f
gpus.go
@@ -71,6 +71,7 @@ func ParseTotalGPUs() float64 {
71
node_gpus, err := strconv.ParseFloat(descriptor, 64)
72
log.Infof("Number of GPUs %f", node_gpus)
73
if err != nil {
74
+ log.Infof("Adding GPUs %f", node_gpus)
75
num_gpus += node_gpus
76
}
77
0 commit comments