Meng Wenbin

Results 3 comments of Meng Wenbin

func (s *Supervisor) Start() error { logrus.WithFields(logrus.Fields{ "stateDir": s.stateDir, "runtime": s.runtime, "runtimeArgs": s.runtimeArgs, "memory": s.machine.Memory, "cpus": s.machine.Cpus, }).Debug("containerd: supervisor running") go func() { for i := range s.tasks { s.handleTask(i)...

@narendasan Hi,thanks so much for your reply, If I enable the `truncate_long_and_double` there would be another dtype dismatch(float with half) error. And what confused me is that there are no...